diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2021-12-21 15:03:47 +0100 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2021-12-21 16:07:08 +0100 |
commit | 0c3fc06c300f5b71f299812c7fcac82b0236e5ac (patch) | |
tree | 2a61c04180f486c82481b568ecb0fbcca920d80a /libphobos | |
parent | d22907975b2abb79ba07eb2f54b64a9c952100ed (diff) | |
download | gcc-0c3fc06c300f5b71f299812c7fcac82b0236e5ac.tar.gz |
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.
Diffstat (limited to 'libphobos')
-rw-r--r-- | libphobos/configure.tgt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |