* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Dec 1993 19:37:34 +0000 (19:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Dec 1993 19:37:34 +0000 (19:37 +0000)
ChangeLog
configure.in

index ebf35db..c5b0c65 100644 (file)
--- 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
index ed45a6b..6bf240c 100644 (file)
@@ -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 ;;