From 616d31f39757e209181ee0e8febe63c3b762d0e9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Dec 1993 19:37:34 +0000 Subject: [PATCH] * configure.in (mips*-sgi-irix5*): New target; use mh-irix5. --- ChangeLog | 5 +++++ configure.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ebf35db..c5b0c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * configure.in (mips*-sgi-irix5*): New target; use mh-irix5. + * config/mh-irix5. New file for Irix 5. + Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com) * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for diff --git a/configure.in b/configure.in index ed45a6b..6bf240c 100644 --- a/configure.in +++ b/configure.in @@ -89,6 +89,7 @@ case "${host}" in m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;; mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; + 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*-*-sysv*) host_makefile_frag=config/mh-riscos ;; -- 2.7.4