https://gcc.gnu.org/g:04d636794edb135c48fdee614913568575453333
commit r13-9872-g04d636794edb135c48fdee614913568575453333 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 42c1e2fd3637..de24cf3ab838 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -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]*)
