https://gcc.gnu.org/g:35cf8d85841a6301eeb12668085e326ddd115f6e

commit r16-3639-g35cf8d85841a6301eeb12668085e326ddd115f6e
Author: Sam James <[email protected]>
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.

Diff:
---
 libphobos/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 349aec7c6177..fe7922bbf784 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
        ;;
   loongarch*-*-linux*)

Reply via email to