]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: enable for more hppa tuples
authorSam James <sam@gentoo.org>
Mon, 24 Mar 2025 04:34:06 +0000 (04:34 +0000)
committerSam James <sam@gentoo.org>
Sun, 7 Sep 2025 17:11:01 +0000 (18:11 +0100)
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)

libphobos/configure.tgt

index de24cf3ab8387352dbcf73c47953dec8481b72cc..df17b0903ba9fce635917614c6b116e68308e507 100644 (file)
@@ -36,7 +36,7 @@ case "${target}" in
   arm*-*-linux*)
        LIBPHOBOS_SUPPORTED=yes
        ;;
-  hppa-*-linux*)
+  hppa-*-linux* | hppa[12]*-*-linux*)
        LIBPHOBOS_SUPPORTED=yes
        ;;
   mips*-*-linux*)