aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-08-25 14:30:51 +0200
committerAlan Modra <amodra@gmail.com>2023-08-12 10:23:55 +0930
commit83e8a1eff6defc72e6273cfb5379a0a6ddf525b5 (patch)
tree3eed4b8226db236448f21f3818a8546343518c99 /configure
parent917f20be837fde9435e4297f16f2fbb448a0c650 (diff)
downloadfsf-binutils-gdb-83e8a1eff6defc72e6273cfb5379a0a6ddf525b5.zip
fsf-binutils-gdb-83e8a1eff6defc72e6273cfb5379a0a6ddf525b5.tar.gz
fsf-binutils-gdb-83e8a1eff6defc72e6273cfb5379a0a6ddf525b5.tar.bz2
32-bit PA-RISC with HP-UX: remove deprecated ports
* configure.ac: Drop GCC configury for hpux10 * configure: Likewise. config/ * mh-pa-hpux10: Drop.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 9cb953a..9e09dfd 100755
--- 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