diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-07 13:28:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-07 13:28:04 +0000 |
commit | cf6e61598f87323bf0dfce527b25584bc3e1b20b (patch) | |
tree | e1ff9f193bb2bde08fe96786419f6f8fd3b944ac /shells/tcsh/patches | |
parent | f868463c0ca6665bc96557f1cfb2bc923c5e3682 (diff) | |
download | pkgsrc-cf6e61598f87323bf0dfce527b25584bc3e1b20b.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-ac | 24 |
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-*) |