]> 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>
Tue, 6 May 2025 00:41:18 +0000 (01:41 +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.

libphobos/configure.tgt

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