diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-24 23:51:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-24 23:51:36 +0000 |
commit | 7fb623f7ad6de82eb44730ca15d863029eb767f0 (patch) | |
tree | 57aabf4fe379286539cce8456db33faef38d0e11 /gdb/configure.host | |
parent | 37611a2b102505daefdae7cb47a60c84fb2a9a09 (diff) | |
download | gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.zip gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.tar.gz gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.tar.bz2 |
Obsolete m88k.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 4256db3..fcc2d38 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -15,7 +15,7 @@ arm*) gdb_host_cpu=arm ;; hppa*) gdb_host_cpu=pa ;; i[3456]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; -m88*) gdb_host_cpu=m88k ;; +# OBSOLETE m88*) gdb_host_cpu=m88k ;; mips*) gdb_host_cpu=mips ;; powerpc*) gdb_host_cpu=powerpc ;; sparcv9 | sparc64) gdb_host_cpu=sparc ;; @@ -106,9 +106,9 @@ m68*-sun-sunos3*) gdb_host=sun3os3 ;; m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; -m88*-motorola-sysv4*) gdb_host=delta88v4 ;; -m88*-motorola-sysv*) gdb_host=delta88 ;; -m88*-*-*) gdb_host=m88k ;; +# OBSOLETE m88*-motorola-sysv4*) gdb_host=delta88v4 ;; +# OBSOLETE m88*-motorola-sysv*) gdb_host=delta88 ;; +# OBSOLETE m88*-*-*) gdb_host=m88k ;; mips-dec-mach3*) gdb_host=mipsm3 ;; mips-dec-*) gdb_host=decstation ;; |