summaryrefslogtreecommitdiff
path: root/devel/gmake/patches
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2002-06-06 02:14:02 +0000
committerthorpej <thorpej@pkgsrc.org>2002-06-06 02:14:02 +0000
commitbecb854ec4dd8d43cf218bf62ade1f96ad5cba50 (patch)
tree11a3061214d07d3717870db625f61e9190371d2e /devel/gmake/patches
parent22c2efb7979e0390fa04494023b4febc2a938ee9 (diff)
downloadpkgsrc-becb854ec4dd8d43cf218bf62ade1f96ad5cba50.tar.gz
Recognize mipseb as a valid architecture.
Diffstat (limited to 'devel/gmake/patches')
-rw-r--r--devel/gmake/patches/patch-ae21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/gmake/patches/patch-ae b/devel/gmake/patches/patch-ae
new file mode 100644
index 00000000000..00319909cea
--- /dev/null
+++ b/devel/gmake/patches/patch-ae
@@ -0,0 +1,21 @@
+$NetBSD: patch-ae,v 1.1 2002/06/06 02:14:02 thorpej Exp $
+
+--- config.sub.orig Fri Jun 23 09:30:45 2000
++++ config.sub Wed Jun 5 19:09:07 2002
+@@ -213,7 +213,7 @@
+ | alphaev6[78] \
+ | we32k | ns16k | clipper | i370 | sh | sh[34] \
+ | powerpc | powerpcle \
+- | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \
++ | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mipseb | mips64el \
+ | mips64orion | mips64orionel | mipstx39 | mipstx39el \
+ | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
+ | mips64vr5000 | miprs64vr5000el | mcore \
+@@ -251,6 +251,7 @@
+ | clipper-* | orion-* \
+ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
+ | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \
++ | mipseb-* |
+ | mips64el-* | mips64orion-* | mips64orionel-* \
+ | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
+ | mipstx39-* | mipstx39el-* | mcore-* \