summaryrefslogtreecommitdiff
path: root/cross/binutils/patches
diff options
context:
space:
mode:
authortsutsui <tsutsui>2001-01-06 06:38:20 +0000
committertsutsui <tsutsui>2001-01-06 06:38:20 +0000
commitb75ebbd7d0852b703d93b884b4d66ca5fae860e3 (patch)
treee783ba91e9a01a9886fc7c9c743be5e5c6200f80 /cross/binutils/patches
parentc03acb2850ba6ecefb06776785e858e6cafafb42 (diff)
downloadpkgsrc-b75ebbd7d0852b703d93b884b4d66ca5fae860e3.tar.gz
emulparams for mips should be elf32bmip, not elf32ebmip.
Diffstat (limited to 'cross/binutils/patches')
-rw-r--r--cross/binutils/patches/patch-mips4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/patches/patch-mips b/cross/binutils/patches/patch-mips
index faa39ec567c..96a1a7ff10b 100644
--- a/cross/binutils/patches/patch-mips
+++ b/cross/binutils/patches/patch-mips
@@ -1,4 +1,4 @@
-$NetBSD: patch-mips,v 1.2 2000/05/04 09:01:09 rh Exp $
+$NetBSD: patch-mips,v 1.3 2001/01/06 06:38:20 tsutsui Exp $
--- config.sub.orig Fri May 1 17:48:46 1998
+++ config.sub Thu May 4 10:50:49 2000
@@ -28,7 +28,7 @@ $NetBSD: patch-mips,v 1.2 2000/05/04 09:01:09 rh Exp $
mips*-dec-bsd*) targ_emul=mipsbsd ;;
-mips*-dec-netbsd*) targ_emul=elf32lmip ;;
+mips*el-*-netbsd* | mips-dec-netbsd*) targ_emul=elf32lmip ;;
-+mips*eb-*-netbsd*) targ_emul=elf32ebmip ;;
++mips*eb-*-netbsd*) targ_emul=elf32bmip ;;
mips*-*-bsd*) targ_emul=mipsbig ;;
mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;