diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-01 23:06:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-01 23:06:47 +0000 |
commit | 3680c63822ec7f02abf73169bff00db31406804f (patch) | |
tree | 409153210faa4dbc691ea674387d37e5fb6e3de0 /gdb/configure.host | |
parent | ed12fa11e33843846145bc59f394e8b2c804bd23 (diff) | |
download | gdb-3680c63822ec7f02abf73169bff00db31406804f.zip gdb-3680c63822ec7f02abf73169bff00db31406804f.tar.gz gdb-3680c63822ec7f02abf73169bff00db31406804f.tar.bz2 |
Zap sony news (m68k) and ISI (m68k) targets.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 8a275e4..c22ea04 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -85,7 +85,6 @@ ia64-*-linux*) gdb_host=linux ;; m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;; m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; -# OBSOLETE m68030-sony-*) gdb_host=news1000 ;; m68*-apollo*-sysv*) gdb_host=apollo68v ;; m68*-apollo*-bsd*) gdb_host=apollo68b ;; @@ -93,13 +92,11 @@ m68*-att-*) gdb_host=3b1 ;; m68*-bull*-sysv*) gdb_host=dpx2 ;; m68*-hp-bsd*) gdb_host=hp300bsd ;; m68*-hp-hpux*) gdb_host=hp300hpux ;; -# OBSOLETE m68*-isi-*) gdb_host=isi ;; m68*-*-linux*) gdb_host=linux ;; m68*-*-lynxos*) gdb_host=m68klynx ;; m68*-*-netbsd*) gdb_host=nbsd ;; m68*-*-sysv4*) gdb_host=m68kv4 ;; m68*-motorola-*) gdb_host=delta68 ;; -# OBSOLETE m68*-sony-*) gdb_host=news ;; m68*-sun-sunos3*) gdb_host=sun3os3 ;; m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; |