libphobos: Add power*-*-freebsd* as supported target

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.
This commit is contained in:
Iain Buclaw 2021-12-21 15:03:47 +01:00
parent d22907975b
commit 0c3fc06c30

View 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