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.host | |
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.host')
-rw-r--r-- | gdb/configure.host | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 1830fb80e01..4e53ef4e45e 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -41,18 +41,13 @@ arm*-*-linux*) gdb_host=linux ;; arm*-*-netbsdelf*) gdb_host=nbsdelf ;; arm*-*-netbsd*) gdb_host=nbsdaout ;; -# OBSOLETE hppa*-*-bsd*) gdb_host=hppabsd ;; hppa*-*-hiux*) gdb_host=hppahpux ;; hppa*-*-hpux10.20) gdb_host=hpux1020 ;; hppa*64*-*-hpux11*) gdb_host=hpux11w ;; hppa*-*-hpux11*) gdb_host=hpux11 ;; hppa*-*-hpux*) gdb_host=hppahpux ;; -# OBSOLETE hppa*-*-osf*) gdb_host=hppaosf ;; i[34567]86-ncr-*) gdb_host=ncr3000 ;; -# OBSOLETE i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix -# OBSOLETE i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;; -# OBSOLETE i[3456]86-sequent-sysv*) gdb_host=ptx ;; i[34567]86-*-bsd*) gdb_host=i386bsd ;; i[34567]86-*-dgux*) gdb_host=i386v4 ;; i[34567]86-*-freebsd*) gdb_host=fbsd ;; @@ -96,7 +91,6 @@ m68*-sun-sunos3*) gdb_host=sun3os3 ;; m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; -# OBSOLETE mips-dec-mach3*) gdb_host=mipsm3 ;; mips-dec-*) gdb_host=decstation ;; mips-little-*) gdb_host=littlemips ;; mips-sgi-irix5*) gdb_host=irix5 ;; |