diff options
author | Sam James <sam@gentoo.org> | 2025-04-20 01:43:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-05-06 01:41:18 +0100 |
commit | 2572d46f0d1e426c1091f9b84861ee5213b84b5a (patch) | |
tree | d83e96186f25c45f0bcafd90fc7726d96e63db31 | |
parent | e04de469f6111263e28225f291f0fc71cd5affd4 (diff) | |
download | gcc-2572d46f0d1e426c1091f9b84861ee5213b84b5a.zip gcc-2572d46f0d1e426c1091f9b84861ee5213b84b5a.tar.gz gcc-2572d46f0d1e426c1091f9b84861ee5213b84b5a.tar.bz2 |
libphobos: enable for sparc64-unknown-linux-gnu
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.
-rw-r--r-- | libphobos/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index b32300b..76c09c4 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -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]*) |