diff options
author | tsutsui <tsutsui> | 2001-01-06 06:38:20 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2001-01-06 06:38:20 +0000 |
commit | 26eb37d34ab67cb38c48b88e040f3da3178b03b4 (patch) | |
tree | e783ba91e9a01a9886fc7c9c743be5e5c6200f80 /cross/binutils | |
parent | b6ed9b9a491557e6cfaae0051df1e5dfae7383eb (diff) | |
download | pkgsrc-26eb37d34ab67cb38c48b88e040f3da3178b03b4.tar.gz |
emulparams for mips should be elf32bmip, not elf32ebmip.
Diffstat (limited to 'cross/binutils')
-rw-r--r-- | cross/binutils/patches/patch-mips | 4 |
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 ;; |