[PATCH 17/45] sync toplevel with GCC: drop 32b PA-RISC on HPUX in GCC
Arsen Arsenović
arsen@aarsen.me
Mon Aug 7 11:07:20 GMT 2023
ChangeLog:
* configure.ac: Drop GCC configury for 32b PA-RISC on HPUX
config/ChangeLog:
* mh-pa-hpux10: Drop.
---
config/mh-pa-hpux10 | 4 ----
configure | 4 ----
configure.ac | 4 ----
3 files changed, 12 deletions(-)
delete mode 100644 config/mh-pa-hpux10
diff --git a/config/mh-pa-hpux10 b/config/mh-pa-hpux10
deleted file mode 100644
index 99a2278f281..00000000000
--- a/config/mh-pa-hpux10
+++ /dev/null
@@ -1,4 +0,0 @@
-# The ada virtual array implementation requires that indexing be disabled on
-# hosts such as hpux that use a segmented memory architecture. Both the c
-# and ada files need to be compiled with this option for correct operation.
-ADA_CFLAGS = -mdisable-indexing -D_X_HPUX10
diff --git a/configure b/configure
index 9db04044e56..b7d501e84f4 100755
--- a/configure
+++ b/configure
@@ -4107,9 +4107,6 @@ fi
alpha*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
- hppa*-hp-hpux10*)
- host_makefile_frag="config/mh-pa-hpux10"
- ;;
hppa*-hp-hpux*)
host_makefile_frag="config/mh-pa"
;;
@@ -18855,7 +18852,6 @@ compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/SYSTEM*"
compare_exclusions="$compare_exclusions | gcc/m2/gm2version*"
case "$target" in
hppa*64*-*-hpux*) ;;
- hppa*-*-hpux*) compare_exclusions="$compare_exclusions | */libgcc/lib2funcs* | gcc/function-tests.o" ;;
powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
esac
diff --git a/configure.ac b/configure.ac
index 81a521e4ddb..1e39f11dabc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1315,9 +1315,6 @@ case "${host}" in
alpha*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
- hppa*-hp-hpux10*)
- host_makefile_frag="config/mh-pa-hpux10"
- ;;
hppa*-hp-hpux*)
host_makefile_frag="config/mh-pa"
;;
@@ -3927,7 +3924,6 @@ compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/SYSTEM*"
compare_exclusions="$compare_exclusions | gcc/m2/gm2version*"
case "$target" in
hppa*64*-*-hpux*) ;;
- hppa*-*-hpux*) compare_exclusions="$compare_exclusions | */libgcc/lib2funcs* | gcc/function-tests.o" ;;
powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
esac
AC_SUBST(compare_exclusions)
--
2.41.0
More information about the Gdb-patches
mailing list