]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: enable for sparc64-unknown-linux-gnu
authorSam James <sam@gentoo.org>
Sun, 20 Apr 2025 00:43:39 +0000 (01:43 +0100)
committerSam James <sam@gentoo.org>
Sun, 7 Sep 2025 17:11:00 +0000 (18:11 +0100)
This bootstraps with some test failures but works well enough to build
11..15.

libphobos/ChangeLog:

* configure.tgt: Add sparc64-unknown-linux-gnu as a supported target.

(cherry picked from commit 2572d46f0d1e426c1091f9b84861ee5213b84b5a)

libphobos/configure.tgt

index 42c1e2fd3637e5a9b8f262e1cffa801893eec573..de24cf3ab8387352dbcf73c47953dec8481b72cc 100644 (file)
@@ -64,7 +64,7 @@ case "${target}" in
   s390*-linux*)
        LIBPHOBOS_SUPPORTED=yes
        ;;
-  sparc*-*-solaris2.11*)
+  sparc64-*-linux* | sparc*-*-solaris2.11*)
        LIBPHOBOS_SUPPORTED=yes
        ;;
   *-*-darwin9* | *-*-darwin1[01]*)