From 35cf8d85841a6301eeb12668085e326ddd115f6e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 24 Mar 2025 04:34:06 +0000 Subject: [PATCH] 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. --- libphobos/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index 349aec7c617..fe7922bbf78 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*) -- 2.47.3