diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-02 19:37:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-02 19:37:34 +0000 |
commit | 616d31f39757e209181ee0e8febe63c3b762d0e9 (patch) | |
tree | 7612e15b33d579cf28b4ce8fdfe913e75141f827 | |
parent | aab15bdb50c49811685a2e78f872d469e5e7c1a1 (diff) | |
download | gdb-616d31f39757e209181ee0e8febe63c3b762d0e9.zip gdb-616d31f39757e209181ee0e8febe63c3b762d0e9.tar.gz gdb-616d31f39757e209181ee0e8febe63c3b762d0e9.tar.bz2 |
* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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 ;; |