mirror of git://gcc.gnu.org/git/gcc.git
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.
This commit is contained in:
parent
d21713b3bc
commit
35cf8d8584
|
|
@ -36,7 +36,7 @@ case "${target}" in
|
|||
arm*-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
hppa-*-linux*)
|
||||
hppa-*-linux* | hppa[12]*-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
loongarch*-*-linux*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue