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

commit r14-12005-gfbc9cc44dd94989dbfdc8a108171dbff92aae338
Author: Matthias Klose <[email protected]>
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

Reply via email to