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.
(cherry picked from commit 35cf8d8584
)
This commit is contained in:
parent
04d636794e
commit
1b80da8be0
|
@ -36,7 +36,7 @@ case "${target}" in
|
|||
arm*-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
hppa-*-linux*)
|
||||
hppa-*-linux* | hppa[12]*-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
mips*-*-linux*)
|
||||
|
|
Loading…
Reference in New Issue