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 35cf8d8584)
This commit is contained in:
Sam James 2025-03-24 04:34:06 +00:00
parent 04d636794e
commit 1b80da8be0
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ case "${target}" in
arm*-*-linux*) arm*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
;; ;;
hppa-*-linux*) hppa-*-linux* | hppa[12]*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
;; ;;
mips*-*-linux*) mips*-*-linux*)