]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: enable for powerpc64le-linux-gnu
authorMatthias Klose <doko@ubuntu.com>
Sun, 7 Sep 2025 08:41:09 +0000 (10:41 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sun, 7 Sep 2025 08:41:09 +0000 (10:41 +0200)
libphobos/ChangeLog:

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

libphobos/configure.tgt

index fb671838d9df90f796e935731eccf5077ea7caeb..349aec7c61770f70324499565f8fa949dc6176ac 100644 (file)
@@ -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