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 | 78c4394505f43dd76f1b7ec1ebe021d3544ccc32 (patch) | |
tree | faef8dab8b7fa48be34c1ba6ddf2ed7196795dc1 /gdb/configure.host | |
parent | f19082897468918a09a26b5e962e09f97052abe7 (diff) | |
download | binutils-78c4394505f43dd76f1b7ec1ebe021d3544ccc32.zip binutils-78c4394505f43dd76f1b7ec1ebe021d3544ccc32.tar.gz binutils-78c4394505f43dd76f1b7ec1ebe021d3544ccc32.tar.bz2 |
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 98acc7e..40786cb 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 ;; |