diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-04-17 21:20:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-04-17 21:20:49 +0000 |
commit | 514e603dc095d50008d671e6d7bbe0e975fc2aaa (patch) | |
tree | 0cc689bfbc11d479c74ddfa6882c2f483991f70e /gdb/configure.host | |
parent | 6240bebf519f30316d72b2d1a06c5875de444603 (diff) | |
download | gdb-514e603dc095d50008d671e6d7bbe0e975fc2aaa.zip gdb-514e603dc095d50008d671e6d7bbe0e975fc2aaa.tar.gz gdb-514e603dc095d50008d671e6d7bbe0e975fc2aaa.tar.bz2 |
Obsolete NEWS and ISI systems (along with a few redundant m68k targets).
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index fcdd3d9..600a7ee 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -85,7 +85,7 @@ ia64-*-linux*) gdb_host=linux ;; m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;; m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; -m68030-sony-*) gdb_host=news1000 ;; +# OBSOLETE m68030-sony-*) gdb_host=news1000 ;; m68*-apollo*-sysv*) gdb_host=apollo68v ;; m68*-apollo*-bsd*) gdb_host=apollo68b ;; @@ -93,13 +93,13 @@ m68*-att-*) gdb_host=3b1 ;; m68*-bull*-sysv*) gdb_host=dpx2 ;; m68*-hp-bsd*) gdb_host=hp300bsd ;; m68*-hp-hpux*) gdb_host=hp300hpux ;; -m68*-isi-*) gdb_host=isi ;; +# 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 ;; -m68*-sony-*) gdb_host=news ;; +# OBSOLETE m68*-sony-*) gdb_host=news ;; m68*-sun-sunos3*) gdb_host=sun3os3 ;; m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; |