diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-11 14:00:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-11 14:00:55 +0000 |
commit | de1408fe0693d6a1b80fbf17a371c4c2898ae4f4 (patch) | |
tree | 55f70c3d33221057aaaa28274b4fea63833321cb /gdb/configure.host | |
parent | 9720dd96bc4aa99658cbc0bb32c5d179f387728a (diff) | |
download | gdb-de1408fe0693d6a1b80fbf17a371c4c2898ae4f4.tar.gz |
2003-09-11 Andrew Cagney <cagney@redhat.com>
Since the IRIX 4 configuration was forcing K&R mode it hasn't been
buildable since GDB 5.0.
* NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
* configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
* configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
* irix4-nat.c: Delete file.
* config/mips/irix4.mh: Delete file.
* config/mips/irix3.mh: Delete file.
* config/mips/irix3.mt: Delete file.
* config/mips/tm-irix3.h: Delete file.
* config/mips/nm-irix3.h: Delete file.
* config/mips/xm-irix3.h: Delete file.
* config/mips/nm-irix4.h: Delete file.
* config/mips/xm-irix4.h: Delete file.
* config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index fa973af5731..1830fb80e01 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -99,8 +99,6 @@ m68*-sun-*) gdb_host=sun3os4 ;; # OBSOLETE mips-dec-mach3*) gdb_host=mipsm3 ;; mips-dec-*) gdb_host=decstation ;; mips-little-*) gdb_host=littlemips ;; -mips-sgi-irix3*) gdb_host=irix3 ;; -mips-sgi-irix4*) gdb_host=irix4 ;; mips-sgi-irix5*) gdb_host=irix5 ;; mips-sgi-irix6*) gdb_host=irix6 ;; mips-sony-*) gdb_host=news-mips ;; |