[gcc r13-9873] libphobos: enable for more hppa tuples
Sam James
sjames@gcc.gnu.org
Sun Sep 7 17:11:16 GMT 2025
https://gcc.gnu.org/g:1b80da8be05cfa538f0b8e29052b5d89786bb6f8
commit r13-9873-g1b80da8be05cfa538f0b8e29052b5d89786bb6f8
Author: Sam James <sam@gentoo.org>
Date: Mon Mar 24 04:34:06 2025 +0000
libphobos: enable for more hppa tuples
Gentoo uses hppa1.1*-*-linux* and hppa2.0*-*-linux* instead of Debian's
hppa-*-linux*.
libphobos/ChangeLog:
* configure.tgt: Add hppa[12]*-*-linux* as a supported target.
(cherry picked from commit 35cf8d85841a6301eeb12668085e326ddd115f6e)
Diff:
---
libphobos/configure.tgt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index de24cf3ab838..df17b0903ba9 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -36,7 +36,7 @@ case "${target}" in
arm*-*-linux*)
LIBPHOBOS_SUPPORTED=yes
;;
- hppa-*-linux*)
+ hppa-*-linux* | hppa[12]*-*-linux*)
LIBPHOBOS_SUPPORTED=yes
;;
mips*-*-linux*)
More information about the Gcc-cvs
mailing list