* configure.tgt (mips*-*-bsd*): New case.
authorIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 20:46:44 +0000 (20:46 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 20:46:44 +0000 (20:46 +0000)
ld/ChangeLog
ld/configure.tgt

index 7f95d9c..8684e4b 100644 (file)
@@ -1,5 +1,7 @@
 Fri Sep  8 16:32:43 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.tgt (mips*-*-bsd*): New case.
+
        * configure.host (i[345]86-sequent-ptx* | i[345]86-sequent-sysv*)
        New case.
        * configure.tgt (i[345]86-*-ptx*): New case.
index 67b8956..6d82a08 100644 (file)
@@ -95,6 +95,7 @@ mips*-sgi-irix*)      targ_emul=mipsbig ;;
 mips*el-*-ecoff*)      targ_emul=mipsidtl ;;
 mips*-*-ecoff*)                targ_emul=mipsidt ;;
 mips*-dec-bsd*)                targ_emul=mipsbsd ;;
+mips*-*-bsd*)          targ_emul=mipsbig ;;
 mips*vr4300el-*-elf*)  targ_emul=elf32vr4300el ;;
 mips*vr4300-*-elf*)    targ_emul=elf32vr4300 ;;
 mips*el-*-elf*)                targ_emul=elf32lmip ;;