https://gcc.gnu.org/g:bb5e9d64dd3562b0911d749586b183f8463c03c8
commit r14-12006-gbb5e9d64dd3562b0911d749586b183f8463c03c8 Author: Sam James <[email protected]> Date: Sun Apr 20 01:43:39 2025 +0100 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. (cherry picked from commit 2572d46f0d1e426c1091f9b84861ee5213b84b5a) Diff: --- libphobos/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index abccd370e670..f743ebf4b6e0 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -67,7 +67,7 @@ case "${target}" in s390*-linux*) LIBPHOBOS_SUPPORTED=yes ;; - sparc*-*-solaris2.11*) + sparc64-*-linux* | sparc*-*-solaris2.11*) LIBPHOBOS_SUPPORTED=yes ;; *-*-darwin9* | *-*-darwin1[01]*)
