]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: enable for powerpc64le-linux-gnu
authorMatthias Klose <doko@ubuntu.com>
Sun, 7 Sep 2025 08:55:47 +0000 (10:55 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sun, 7 Sep 2025 08:55:47 +0000 (10:55 +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 65fba8f8cbe3588140c723012da0160fd3ff7c76..42c1e2fd3637e5a9b8f262e1cffa801893eec573 100644 (file)
@@ -45,6 +45,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