summaryrefslogtreecommitdiff
path: root/cross/binutils/patches/patch-mips
diff options
context:
space:
mode:
Diffstat (limited to 'cross/binutils/patches/patch-mips')
-rw-r--r--cross/binutils/patches/patch-mips34
1 files changed, 0 insertions, 34 deletions
diff --git a/cross/binutils/patches/patch-mips b/cross/binutils/patches/patch-mips
deleted file mode 100644
index 96a1a7ff10b..00000000000
--- a/cross/binutils/patches/patch-mips
+++ /dev/null
@@ -1,34 +0,0 @@
-$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
-@@ -177,7 +177,7 @@
- | alpha | alphaev5 | alphaev56 | alphapca56 | alphaev6 \
- | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
- | 1750a | dsp16xx | pdp11 \
-- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
-+ | mips64 | mipsel | mipseb | mips64el | mips64orion | mips64orionel \
- | mipstx39 | mipstx39el \
- | sparc | sparclet | sparclite | sparc64 | v850)
- basic_machine=$basic_machine-unknown
-@@ -230,7 +230,7 @@
- | alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \
- | xps100-* | clipper-* | orion-* \
- | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
-- | sparc64-* | mips64-* | mipsel-* \
-+ | sparc64-* | mips64-* | mipsel-* | mipseb-* \
- | mips64el-* | mips64orion-* | mips64orionel-* \
- | mipstx39-* | mipstx39el-* \
- | f301-*)
---- ld/configure.tgt.orig Thu May 4 10:50:49 2000
-+++ ld/configure.tgt Thu May 4 10:50:49 2000
-@@ -148,7 +148,8 @@
- mips*el-*-ecoff*) targ_emul=mipsidtl ;;
- mips*-*-ecoff*) targ_emul=mipsidt ;;
- 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=elf32bmip ;;
- mips*-*-bsd*) targ_emul=mipsbig ;;
- mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
- mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;