libphobos: Add power*-*-freebsd* as supported target
authorIain Buclaw <ibuclaw@gdcproject.org>
Tue, 21 Dec 2021 14:03:47 +0000 (15:03 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Tue, 21 Dec 2021 15:07:08 +0000 (16:07 +0100)
This has been tested on powerpc64-freebsd13 and powerpc64le-freebsd13,
and used to build dub, along with some D tools from ports.

libphobos/ChangeLog:

* configure.tgt: Add power*-*-freebsd* as a supported target.

libphobos/configure.tgt

index 88c027d..0643dae 100644 (file)
@@ -39,6 +39,9 @@ case "${target}" in
   mips*-*-linux*)
        LIBPHOBOS_SUPPORTED=yes
        ;;
+  power*-*-freebsd*)
+       LIBPHOBOS_SUPPORTED=yes
+       ;;
   power*-*-linux*)
        LIBPHOBOS_SUPPORTED=yes
        LIBDRUNTIME_ONLY=yes