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. --- As discussed on IRC. OK? I'd like to backport it to branches in due course once they're all open and some time on trunk too, as it would make life easier for us in bootstrapping from 11. libphobos/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index 16362534f9ed..198296310174 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]*) -- 2.49.0