summaryrefslogtreecommitdiff
path: root/cross/binutils
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2001-01-06 06:38:20 +0000
committertsutsui <tsutsui@pkgsrc.org>2001-01-06 06:38:20 +0000
commit2f68108952282948da1d5829db446ef2f5473d4b (patch)
treee783ba91e9a01a9886fc7c9c743be5e5c6200f80 /cross/binutils
parent99fb55c75cb56532b5d067cfe0cc080e6bcff6d2 (diff)
downloadpkgsrc-2f68108952282948da1d5829db446ef2f5473d4b.tar.gz
emulparams for mips should be elf32bmip, not elf32ebmip.
Diffstat (limited to 'cross/binutils')
-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 ;;