From 031eff55444d0a349f77bea4cb52be6205612202 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 20 Apr 1995 00:04:20 +0000 Subject: [PATCH] * configure.in (mips-sgi-irix6): Use mh-irix5. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fce33195d1d..e54a9282477 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 ;; -- 2.30.2