mirror of git://gcc.gnu.org/git/gcc.git
configure: reinstate 32b PA-RISC HP-UX target in toplevel
The Binutils still support this target. ChangeLog: * configure.ac: Reinstate 32b PA-RISC HP-UX targets * configure: Regenerate.
This commit is contained in:
parent
1ddd41fddc
commit
b48e994077
|
@ -3572,6 +3572,11 @@ case "${target}" in
|
||||||
hppa*64*-*-hpux*)
|
hppa*64*-*-hpux*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
;;
|
;;
|
||||||
|
hppa*-hp-hpux11*)
|
||||||
|
;;
|
||||||
|
hppa*-*-hpux*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
|
;;
|
||||||
ia64*-*-*vms*)
|
ia64*-*-*vms*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
;;
|
;;
|
||||||
|
@ -3878,9 +3883,14 @@ case "${target}" in
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
||||||
|
;;
|
||||||
hppa*64*-*-hpux*)
|
hppa*64*-*-hpux*)
|
||||||
noconfigdirs="$noconfigdirs gdb"
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
;;
|
;;
|
||||||
|
hppa*-*-hpux11*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb ld"
|
||||||
|
;;
|
||||||
hppa*64*-*-linux*)
|
hppa*64*-*-linux*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-linux*)
|
hppa*-*-linux*)
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -802,6 +802,11 @@ case "${target}" in
|
||||||
hppa*64*-*-hpux*)
|
hppa*64*-*-hpux*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
;;
|
;;
|
||||||
|
hppa*-hp-hpux11*)
|
||||||
|
;;
|
||||||
|
hppa*-*-hpux*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
|
;;
|
||||||
ia64*-*-*vms*)
|
ia64*-*-*vms*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
;;
|
;;
|
||||||
|
@ -1105,9 +1110,14 @@ case "${target}" in
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
||||||
|
;;
|
||||||
hppa*64*-*-hpux*)
|
hppa*64*-*-hpux*)
|
||||||
noconfigdirs="$noconfigdirs gdb"
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
;;
|
;;
|
||||||
|
hppa*-*-hpux11*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb ld"
|
||||||
|
;;
|
||||||
hppa*64*-*-linux*)
|
hppa*64*-*-linux*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-linux*)
|
hppa*-*-linux*)
|
||||||
|
|
Loading…
Reference in New Issue