summaryrefslogtreecommitdiff
path: root/cross
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
parentc03acb2850ba6ecefb06776785e858e6cafafb42 (diff)
downloadpkgsrc-b75ebbd7d0852b703d93b884b4d66ca5fae860e3.tar.gz
emulparams for mips should be elf32bmip, not elf32ebmip.
Diffstat (limited to 'cross')
-rw-r--r--cross/binutils/patches/patch-mips4
-rw-r--r--cross/mipseb-netbsd/Makefile4
2 files changed, 4 insertions, 4 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 ;;
diff --git a/cross/mipseb-netbsd/Makefile b/cross/mipseb-netbsd/Makefile
index 93945f1fac6..4e0bd0841e8 100644
--- a/cross/mipseb-netbsd/Makefile
+++ b/cross/mipseb-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 00:57:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/06 06:38:21 tsutsui Exp $
#
DISTVERSION= 1.3.0.0
@@ -11,7 +11,7 @@ WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
USE_CROSS_BINUTILS= yes
BINUTILS_GNUTARGET= elf32-bigmips
-BINUTILS_LDEMULATION= elf32ebmip
+BINUTILS_LDEMULATION= elf32bmip
USE_CROSS_EGCS= yes
EGCS_FAKE_RUNTIME= yes