Skip to content
Snippets Groups Projects
Commit 0c3fc06c authored by Iain Buclaw's avatar Iain Buclaw
Browse files

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.
parent d2290797
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,9 @@ case "${target}" in ...@@ -39,6 +39,9 @@ case "${target}" in
mips*-*-linux*) mips*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
;; ;;
power*-*-freebsd*)
LIBPHOBOS_SUPPORTED=yes
;;
power*-*-linux*) power*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
LIBDRUNTIME_ONLY=yes LIBDRUNTIME_ONLY=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment