[gcc r14-12005] libphobos: enable for powerpc64le-linux-gnu

Matthias Klose doko@gcc.gnu.org
Sun Sep 7 08:55:14 GMT 2025


https://gcc.gnu.org/g:fbc9cc44dd94989dbfdc8a108171dbff92aae338

commit r14-12005-gfbc9cc44dd94989dbfdc8a108171dbff92aae338
Author: Matthias Klose <doko@ubuntu.com>
Date:   Sun Sep 7 10:54:43 2025 +0200

    libphobos: enable for powerpc64le-linux-gnu
    
    libphobos/ChangeLog:
    
            * configure.tgt: Add powerpc64le--linux-gnu as a supported target
            when configured with --with-long-double-format=ieee.

Diff:
---
 libphobos/configure.tgt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 715964444881..abccd370e670 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -48,6 +48,15 @@ case "${target}" in
   power*-*-freebsd*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;
+  powerpc64le-*linux*)
+	LIBPHOBOS_SUPPORTED=yes
+	case "$ac_configure_args" in
+	  *--with-long-double-format=ieee*)
+	    ;;
+	  *)
+	    LIBDRUNTIME_ONLY=yes
+	esac
+	;;
   power*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes


More information about the Gcc-cvs mailing list