From 26eb37d34ab67cb38c48b88e040f3da3178b03b4 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 6 Jan 2001 06:38:20 +0000 Subject: emulparams for mips should be elf32bmip, not elf32ebmip. --- cross/binutils/patches/patch-mips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/binutils') 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 ;; -- cgit v1.2.3