]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
32-bit PA-RISC with HP-UX: remove deprecated ports
authorMartin Liska <mliska@suse.cz>
Thu, 25 Aug 2022 12:30:51 +0000 (14:30 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:53:55 +0000 (10:23 +0930)
* configure.ac: Drop GCC configury for hpux10
* configure: Likewise.
config/
* mh-pa-hpux10: Drop.

config/mh-pa-hpux10 [deleted file]
configure
configure.ac

diff --git a/config/mh-pa-hpux10 b/config/mh-pa-hpux10
deleted file mode 100644 (file)
index 99a2278..0000000
+++ /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
index 9cb953a197e2fc2fe851e99b2c0ba22a9ebe7d45..9e09dfd00c65fcb666ff614cb9b06cc7c86d3c31 100755 (executable)
--- a/configure
+++ b/configure
@@ -4145,9 +4145,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"
     ;;
@@ -18608,7 +18605,6 @@ fi
 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
 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
 
index 81a521e4ddb2c5aba994b92bcb4bf9dabc5d3ad9..1e39f11dabcd0d2d453dcd4be4f89dc1576e1244 100644 (file)
@@ -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)