diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-04-20 00:04:20 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-04-20 00:04:20 +0000 |
commit | 031eff55444d0a349f77bea4cb52be6205612202 (patch) | |
tree | ed7b96ca06166bab0c0c3bdac8fad1ef11781109 /configure.in | |
parent | 4c5eefabb135f6e8af6e2231ab87c005abfdf204 (diff) | |
download | gdb-031eff55444d0a349f77bea4cb52be6205612202.zip gdb-031eff55444d0a349f77bea4cb52be6205612202.tar.gz gdb-031eff55444d0a349f77bea4cb52be6205612202.tar.bz2 |
* configure.in (mips-sgi-irix6): Use mh-irix5.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fce3319..e54a928 100644 --- a/configure.in +++ b/configure.in @@ -98,7 +98,7 @@ case "${host}" in m88k-harris-cxux*) host_makefile_frag=config/mh-cxux ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; - mips*-sgi-irix5*) host_makefile_frag=config/mh-irix5 ;; + mips*-sgi-irix[56]*) host_makefile_frag=config/mh-irix5 ;; mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; |