diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-07-09 00:34:43 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-07-09 00:34:43 +0000 |
commit | 5133e9ed8c7106240ab0c56e1358d799505425f7 (patch) | |
tree | 4cede13032574fc661cb7029877db6a1fbb6c785 /configure.in | |
parent | 7621c47728e1d53537e996eb36bc1c55aeb1936e (diff) | |
download | gdb-5133e9ed8c7106240ab0c56e1358d799505425f7.zip gdb-5133e9ed8c7106240ab0c56e1358d799505425f7.tar.gz gdb-5133e9ed8c7106240ab0c56e1358d799505425f7.tar.bz2 |
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6c2f182..13920ad 100644 --- a/configure.in +++ b/configure.in @@ -121,7 +121,8 @@ case "${host}" in m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; mips*-nec-sysv4*) host_makefile_frag=config/mh-necv4 ;; - mips*-sgi-irix[56]*) host_makefile_frag=config/mh-irix5 ;; + mips*-sgi-irix6*) host_makefile_frag=config/mh-irix6 ;; + mips*-sgi-irix5*) 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 ;; |