diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-07-09 20:43:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-07-09 20:43:47 +0000 |
commit | 9173fca6514dbab26ecb483658326b6d4e997408 (patch) | |
tree | 5474c6fce6bd6fb6b92c7afc79b14d4bb465d299 /cross/binutils/patches/patch-mips | |
parent | a0c7dff5145b1f8e0a831d3f7cd142c8ef58e23e (diff) | |
download | pkgsrc-9173fca6514dbab26ecb483658326b6d4e997408.tar.gz |
Update to binutils-2.15.
Changes since binutils-2.9 are not easy to summarize, since it
represent more than 6 years of active development...
Solves PR pkg/13442.
Diffstat (limited to 'cross/binutils/patches/patch-mips')
-rw-r--r-- | cross/binutils/patches/patch-mips | 34 |
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 ;; |