https://gcc.gnu.org/g:e46aa1896f76081a29846b1fa1b3cfc7d09d0728
commit r14-12007-ge46aa1896f76081a29846b1fa1b3cfc7d09d0728 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. (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 f743ebf4b6e0..deef5b9f4b9b 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*)
