diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-09 16:10:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-09 16:10:06 +0000 |
commit | 291659f388041cac9c09c64d8ab3cc72f42eb1a2 (patch) | |
tree | f40ae779340174e6414046b54f1b5947e2e9a3a8 /gdb/configure.host | |
parent | 996b19e82512b094278acc1425a4d776cd78f6b5 (diff) | |
download | gdb-291659f388041cac9c09c64d8ab3cc72f42eb1a2.tar.gz |
2003-04-09 Andrew Cagney <cagney@redhat.com>
Obsolete mips*-*-mach3*.
* NEWS: Mention that mips*-*-mach3* is obsolete.
* m3-nat.c: Obsolete file.
* config/nm-m3.h: Obsolete file.
* config/mips/tm-mipsm3.h: Obsolete file.
* config/mips/mipsm3.mt: Obsolete file.
* config/mips/mipsm3.mh: Obsolete file.
* config/mips/xm-mipsm3.h: Obsolete file.
* mipsm3-nat.c: Obsolete file.
* configure.host: Obsolete mips-dec-mach3*.
* configure.tgt: Obsolete mips*-*-mach3*.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 98acc7e02af..40786cb33b6 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -94,7 +94,7 @@ m68*-sun-sunos3*) gdb_host=sun3os3 ;; m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; -mips-dec-mach3*) gdb_host=mipsm3 ;; +# OBSOLETE mips-dec-mach3*) gdb_host=mipsm3 ;; mips-dec-*) gdb_host=decstation ;; mips-little-*) gdb_host=littlemips ;; mips-sgi-irix3*) gdb_host=irix3 ;; |