Hi,

This patch adds power*-*-freebsd* as supported targets for libphobos.

This has been tested on powerpc64-freebsd13 and powerpc64le-freebsd13,
and used to build dub, along with some D tools from ports.

Regression tested, and committed to mainline.

Regards,
Iain.

---
libphobos/ChangeLog:

        * configure.tgt: Add power*-*-freebsd* as a supported target.
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 88c027d0c28..0643daeb613 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -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
-- 
2.32.0

Reply via email to