* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
authorIan Lance Taylor <ian@airs.com>
Fri, 15 Mar 1996 00:31:00 +0000 (00:31 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 15 Mar 1996 00:31:00 +0000 (00:31 +0000)
config/mh-necv4.

ChangeLog
configure.in

index 12dcbc44c7e58e73c90e4a764825c85d4c63110f..009bf8b857111e55c83d9755514f17763ac44e36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * 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*.
index 74558227b960324793ba32a8ecfc2b20b6be91d2..f6174b4e45638277700c2253cc19e4cd2e4d1a3c 100644 (file)
@@ -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 ;;