diff options
author | Alan Modra <amodra@gmail.com> | 2022-12-23 17:43:21 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-01-02 14:03:22 +1030 |
commit | 3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e (patch) | |
tree | 63a1b394aac8e6785ce103500e119fb2fcc19830 /bfd/configure | |
parent | e2a3b3256f5c9da1f9731d24d3d32da6c9719b99 (diff) | |
download | gdb-3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e.zip gdb-3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e.tar.gz gdb-3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e.tar.bz2 |
obsolete target tidy
Delete a few files only used for obsolete targets, and tidy config,
xfails and other pieces of support specific to those targets. And
since I was editing target triplets in test files, fix the nm
alpha-linuxecoff fails.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 37 |
1 files changed, 4 insertions, 33 deletions
diff --git a/bfd/configure b/bfd/configure index f997a25..5af8af2 100755 --- a/bfd/configure +++ b/bfd/configure @@ -14035,7 +14035,6 @@ if test "${target}" = "${host}"; then arm*-*-netbsd* | arm-*-openbsd*) COREFILE=netbsd-core.lo ;; - arm-*-riscix) COREFILE=trad-core.lo ;; hppa*-*-hpux*) COREFILE=hpux-core.lo ;; hppa*-*-hiux*) COREFILE=hpux-core.lo ;; hppa*-*-mpeix*) COREFILE=hpux-core.lo ;; @@ -14045,19 +14044,10 @@ if test "${target}" = "${host}"; then COREFILE=netbsd-core.lo ;; - i[3-7]86-sequent-bsd*) - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/symmetry.h"' - ;; - i[3-7]86-sequent-sysv4*) ;; - i[3-7]86-sequent-sysv*) - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/symmetry.h"' - ;; i[3-7]86-*-bsdi) COREFILE= ;; - i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*) + i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"' ;; @@ -14072,13 +14062,6 @@ if test "${target}" = "${host}"; then COREFILE=trad-core.lo TRAD_HEADER='"hosts/esix.h"' ;; - i[3-7]86-*-sco3.2v5*) - COREFILE=sco5-core.lo - ;; - i[3-7]86-*-sco* | i[3-7]86-*-isc*) - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/i386sco.h"' - ;; i[3-7]86-*-mach3*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386mach3.h"' @@ -14091,14 +14074,12 @@ if test "${target}" = "${host}"; then CORE_HEADER='"hosts/x86-64linux.h"' esac ;; - i[3-7]86-*-isc*) COREFILE=trad-core.lo ;; - i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;; mips*-*-netbsd* | mips*-*-openbsd*) COREFILE=netbsd-core.lo ;; - mips-sgi-irix4*) COREFILE=irix-core.lo ;; - mips-sgi-irix5*) COREFILE=irix-core.lo ;; - mips-sgi-irix6*) COREFILE=irix-core.lo ;; + mips-*-irix*) + COREFILE=irix-core.lo + ;; m68*-*-linux-*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/m68klinux.h"' @@ -14170,14 +14151,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext vax-*-netbsd* | vax-*-openbsd*) COREFILE=netbsd-core.lo ;; - vax-*-ultrix2*) - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/vaxult2.h"' - ;; - vax-*-ultrix*) - COREFILE=trad-core.lo - TRAD_HEADER='"hosts/vaxult2.h"' - ;; vax-*-linux-*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/vaxlinux.h"' @@ -14195,7 +14168,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext esac case "$COREFILE" in - aix386-core.lo) COREFLAG=-DAIX386_CORE ;; hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;; hpux-core.lo) COREFLAG=-DHPUX_CORE ;; irix-core.lo) COREFLAG=-DIRIX_CORE ;; @@ -14204,7 +14176,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext osf-core.lo) COREFLAG=-DOSF_CORE ;; ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;; rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;; - sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;; trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;; esac |