summaryrefslogtreecommitdiff
path: root/cross/mipsEEel-netbsd/patches/binutils-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cross/mipsEEel-netbsd/patches/binutils-ab')
-rw-r--r--cross/mipsEEel-netbsd/patches/binutils-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/cross/mipsEEel-netbsd/patches/binutils-ab b/cross/mipsEEel-netbsd/patches/binutils-ab
new file mode 100644
index 00000000000..71f39544626
--- /dev/null
+++ b/cross/mipsEEel-netbsd/patches/binutils-ab
@@ -0,0 +1,14 @@
+$NetBSD: binutils-ab,v 1.1 2001/08/05 15:28:41 kent Exp $
+
+--- ld/configure.tgt.orig Tue Jan 11 20:48:20 2000
++++ ld/configure.tgt
+@@ -167,6 +167,9 @@
+ mips*-*-ecoff*) targ_emul=mipsidt ;;
+ mips*-dec-bsd*) targ_emul=mipsbsd ;;
+ mips*-dec-netbsd*) targ_emul=elf32lmip ;;
++mips*el-*-netbsd*) targ_emul=elf32lsmip
++ targ_extra_emuls="elf32bsmip mipslit mipsbig"
++ ;;
+ mips*-*-bsd*) targ_emul=mipsbig ;;
+ mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
+ mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;