From: Ian Lance Taylor Date: Thu, 2 Dec 1993 19:37:34 +0000 (+0000) Subject: * configure.in (mips*-sgi-irix5*): New target; use mh-irix5. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=616d31f39757e209181ee0e8febe63c3b762d0e9;p=binutils-gdb.git * configure.in (mips*-sgi-irix5*): New target; use mh-irix5. --- diff --git a/ChangeLog b/ChangeLog index ebf35dbd90e..c5b0c659a90 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 ed45a6bcec6..6bf240c10d5 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 ;;