summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-06-07 13:28:04 +0000
committerwiz <wiz>2001-06-07 13:28:04 +0000
commit02f28333d52f6e6027b3d2a1f971ebad5b6ec275 (patch)
treee1ff9f193bb2bde08fe96786419f6f8fd3b944ac /shells/tcsh/patches
parent31c75d45505632db0dba7392021d2b319b011799 (diff)
downloadpkgsrc-02f28333d52f6e6027b3d2a1f971ebad5b6ec275.tar.gz
Recognize mipseb (for NetBSD/sgimips).
Patch from pkg/13132 by Rafal Boni.
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r--shells/tcsh/patches/patch-ac24
1 files changed, 24 insertions, 0 deletions
diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac
new file mode 100644
index 00000000000..3cdf687429f
--- /dev/null
+++ b/shells/tcsh/patches/patch-ac
@@ -0,0 +1,24 @@
+$NetBSD: patch-ac,v 1.5 2001/06/07 13:28:05 wiz Exp $
+
+--- config.sub.orig Sun Nov 12 00:03:33 2000
++++ config.sub
+@@ -156,8 +156,8 @@
+ | alpha | alphaev5 | alphaev56 | alphaev6 \
+ | we32k | ns16k | clipper \
+ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
+- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
+- | mipstx39 | mipstx39el \
++ | mips64 | mipseb | mipsel | mips64el | mips64orion \
++ | mips64orionel | mipstx39 | mipstx39el \
+ | sparc | sparclet | sparclite | sparc64 | v850)
+ basic_machine=$basic_machine-unknown
+ ;;
+@@ -183,7 +183,7 @@
+ | we32k-* | cydra-* \
+ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
+ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
+- | sparc64-* | mips64-* | mipsel-* \
++ | sparc64-* | mips64-* | mipseb-* | mipsel-* \
+ | mips64el-* | mips64orion-* | mips64orionel-* \
+ | mipstx39-* | mipstx39el-* \
+ | f301-*)