diff mbox series

[committed] libphobos: Add power*-*-freebsd* as supported target

Message ID 20211221150806.3439904-1-ibuclaw@gdcproject.org
State New
Headers show
Series [committed] libphobos: Add power*-*-freebsd* as supported target | expand

Commit Message

Iain Buclaw Dec. 21, 2021, 3:08 p.m. UTC
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 mbox series

Patch

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