mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
10
configure
vendored
10
configure
vendored
@ -3572,6 +3572,11 @@ case "${target}" in
|
||||
hppa*64*-*-hpux*)
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
hppa*-hp-hpux11*)
|
||||
;;
|
||||
hppa*-*-hpux*)
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
ia64*-*-*vms*)
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
@ -3878,9 +3883,14 @@ case "${target}" in
|
||||
h8500-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
||||
;;
|
||||
hppa*64*-*-hpux*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
hppa*-*-hpux11*)
|
||||
noconfigdirs="$noconfigdirs gdb ld"
|
||||
;;
|
||||
hppa*64*-*-linux*)
|
||||
;;
|
||||
hppa*-*-linux*)
|
||||
|
10
configure.ac
10
configure.ac
@ -802,6 +802,11 @@ case "${target}" in
|
||||
hppa*64*-*-hpux*)
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
hppa*-hp-hpux11*)
|
||||
;;
|
||||
hppa*-*-hpux*)
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
ia64*-*-*vms*)
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
@ -1105,9 +1110,14 @@ case "${target}" in
|
||||
h8500-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
||||
;;
|
||||
hppa*64*-*-hpux*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
hppa*-*-hpux11*)
|
||||
noconfigdirs="$noconfigdirs gdb ld"
|
||||
;;
|
||||
hppa*64*-*-linux*)
|
||||
;;
|
||||
hppa*-*-linux*)
|
||||
|
Loading…
Reference in New Issue
Block a user