From a527d9d7f17d1cb6626a8095bb4ef3ba9895eac9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 15 Mar 1996 00:31:00 +0000 Subject: [PATCH] * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of config/mh-necv4. --- ChangeLog | 3 +++ configure.in | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 12dcbc4..009bf8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Thu Mar 14 19:15:06 1996 Ian Lance Taylor + * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of + config/mh-necv4. + * install.sh: Correct misspelling of transformbasename. * config.guess: Recognize mips-*-sysv*. diff --git a/configure.in b/configure.in index 7455822..f6174b4 100644 --- a/configure.in +++ b/configure.in @@ -102,6 +102,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*-nec-sysv4*) host_makefile_frag=config/mh-necv4 ;; 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 ;; -- 2.7.4