aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@aarsen.me>2023-08-02 16:09:29 +0200
committerArsen Arsenović <arsen@gcc.gnu.org>2023-08-07 22:59:39 +0200
commitb48e994077b6cc165ce136428277952a0b8bc9d2 (patch)
tree02a92a0f3c4c5b4ecee59fd8767206a3e526bfba
parent1ddd41fddc52d985124e517dda41070e369456a3 (diff)
downloadgcc-b48e994077b6cc165ce136428277952a0b8bc9d2.zip
gcc-b48e994077b6cc165ce136428277952a0b8bc9d2.tar.gz
gcc-b48e994077b6cc165ce136428277952a0b8bc9d2.tar.bz2
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.
-rwxr-xr-xconfigure10
-rw-r--r--configure.ac10
2 files changed, 20 insertions, 0 deletions
diff --git a/configure b/configure
index b6b7487..907ebe7 100755
--- a/configure
+++ b/configure
@@ -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*)
diff --git a/configure.ac b/configure.ac
index 39e5649..6a2e585 100644
--- a/configure.ac
+++ b/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*)