diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 21:39:27 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 21:39:27 +0000 |
commit | b487ba2e77eb9c4fc0f725f7910e09398544e758 (patch) | |
tree | 2de4b3f9543da8fbd9eb68b8995970aba19a0b52 /gdb/configure.in | |
parent | 3ae36cb68696cab43115e4eb92a2f2e8e5910bdc (diff) | |
download | gdb-b487ba2e77eb9c4fc0f725f7910e09398544e758.zip gdb-b487ba2e77eb9c4fc0f725f7910e09398544e758.tar.gz gdb-b487ba2e77eb9c4fc0f725f7910e09398544e758.tar.bz2 |
* config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
* config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
* configure.in (mips-sony-*): Use news-mips for host.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index f0f6409..fe54e0c 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -74,7 +74,7 @@ mips-dec-*) gdb_host=decstation ;; mips-little-*) gdb_host=littlemips ;; mips-sgi-irix3) gdb_host=irix3 ;; mips-sgi-irix4*) gdb_host=irix4 ;; -mips-sony-*) gdb_host=bigmips ;; +mips-sony-*) gdb_host=news-mips ;; none-*-*) gdb_host=none ;; |