diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-06 19:47:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-06 19:47:21 +0000 |
commit | 48a440a1bf0a98b6d4489e2fbd6945c7a4f1f0ea (patch) | |
tree | deb1617572d1ad0473081dc583325b7794fbda5a /gdb/configure.tgt | |
parent | dbf01f880cbd9d78b3d51d997cd41efe84253e0e (diff) | |
download | gdb-48a440a1bf0a98b6d4489e2fbd6945c7a4f1f0ea.tar.gz |
2003-10-06 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
sparclite were removed.
* configure.host, configure.tgt: Remove corresponding tuples.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index e18d46cad29..d0743e43ef6 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -67,22 +67,15 @@ cris*) gdb_target=cris ;; d10v-*-*) gdb_target=d10v ;; h8300-*-*) gdb_target=h8300 ;; -# OBSOLETE h8500-*-*) gdb_target=h8500 ;; frv-*-*) gdb_target=frv ;; -# OBSOLETE hppa*-*-bsd*) gdb_target=hppabsd ;; -# OBSOLETE hppa*-*-pro*) gdb_target=hppapro ;; hppa*64*-*-hpux11*) gdb_target=hppa64 ;; hppa*-*-hpux*) gdb_target=hppahpux ;; hppa*-*-hiux*) gdb_target=hppahpux ;; -# OBSOLETE hppa*-*-osf*) gdb_target=hppaosf ;; hppa*-*-*) gdb_target=hppa ;; -# OBSOLETE i[3456]86-sequent-bsd*) gdb_target=symmetry ;; -# OBSOLETE i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;; -# OBSOLETE i[3456]86-sequent-sysv*) gdb_target=ptx ;; i[34567]86-ncr-*) gdb_target=ncr3000 ;; i[34567]86-*-bsd*) gdb_target=i386bsd ;; i[34567]86-*-netbsd*) gdb_target=nbsd ;; @@ -154,13 +147,11 @@ mips*-*-linux*) gdb_target=linux build_gdbserver=yes ;; mips*-*-netbsd*) gdb_target=nbsd ;; -# OBSOLETE mips*-*-mach3*) gdb_target=mipsm3 ;; mips*-*-sysv4*) gdb_target=mipsv4 ;; mips*-*-vxworks*) gdb_target=vxmips ;; mips64*-*-*) gdb_target=embed64 ;; mips*-*-*) gdb_target=embed ;; -# OBSOLETE mn10200-*-*) gdb_target=mn10200 ;; mn10300-*-*) gdb_target=mn10300 ;; none-*-*) gdb_target=none ;; @@ -213,9 +204,6 @@ sparc-*-sunos4*) gdb_target=sun4os4 ;; sparc-*-sunos5*) gdb_target=sun4sol2 ;; sparc-*-vxworks*) gdb_target=vxsparc ;; sparc-*-*) gdb_target=sun4os4 ;; -# OBSOLETE sparclet-*-*) gdb_target=sparclet;; -# OBSOLETE sparclite-*-*) gdb_target=sparclite ;; -# OBSOLETE sparc86x-*-*) gdb_target=sparclite ;; # It's not clear what the right solution for "v8plus" systems is yet. # For now, stick with sparc-sun-solaris2 since that's what config.guess # should return. Work is still needed to get gdb to print the 64 bit @@ -242,8 +230,6 @@ x86_64-*-linux*) gdb_target=x86-64linux build_gdbserver=yes ;; -# OBSOLETE z8k-*-coff*) gdb_target=z8k ;; - esac # map target onto default OS ABI |