public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6090] libphobos: Add power*-*-freebsd* as supported target
@ 2021-12-21 15:07 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2021-12-21 15:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0c3fc06c300f5b71f299812c7fcac82b0236e5ac

commit r12-6090-g0c3fc06c300f5b71f299812c7fcac82b0236e5ac
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Dec 21 15:03:47 2021 +0100

    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.

Diff:
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-21 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 15:07 [gcc r12-6090] libphobos: Add power*-*-freebsd* as supported target Iain Buclaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).