aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-08 20:46:44 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-08 20:46:44 +0000
commitd62ef165e3afe74e5a65f9f5871170e599ac0d22 (patch)
treee6f33e01c7cd20b7ca81e65959eca0f4663cb894 /ld
parent673f5b9f2ca8fd13229d1145ac4c83ac3357cb2d (diff)
downloadfsf-binutils-gdb-d62ef165e3afe74e5a65f9f5871170e599ac0d22.zip
fsf-binutils-gdb-d62ef165e3afe74e5a65f9f5871170e599ac0d22.tar.gz
fsf-binutils-gdb-d62ef165e3afe74e5a65f9f5871170e599ac0d22.tar.bz2
* configure.tgt (mips*-*-bsd*): New case.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog2
-rw-r--r--ld/configure.tgt1
2 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7f95d9c..8684e4b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 67b8956..6d82a08 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -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 ;;