diff options
author | thorpej <thorpej@pkgsrc.org> | 2002-06-06 02:14:02 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2002-06-06 02:14:02 +0000 |
commit | becb854ec4dd8d43cf218bf62ade1f96ad5cba50 (patch) | |
tree | 11a3061214d07d3717870db625f61e9190371d2e /devel | |
parent | 22c2efb7979e0390fa04494023b4febc2a938ee9 (diff) | |
download | pkgsrc-becb854ec4dd8d43cf218bf62ade1f96ad5cba50.tar.gz |
Recognize mipseb as a valid architecture.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gmake/distinfo | 3 | ||||
-rw-r--r-- | devel/gmake/patches/patch-ae | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/devel/gmake/distinfo b/devel/gmake/distinfo index a645a8c339d..df45ebe0618 100644 --- a/devel/gmake/distinfo +++ b/devel/gmake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:20 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/06/06 02:14:02 thorpej Exp $ SHA1 (make-3.79.1.tar.gz) = d3cdff9f91a9cda71af8b2df2a94f9b844fa9704 Size (make-3.79.1.tar.gz) = 1030393 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 1ee1298fcd4dddcc632948aeda046d1df115319f SHA1 (patch-ab) = 40d3a68312743d5994d2cb137579d2f3be28320e SHA1 (patch-ac) = b5cb517d1ea11692203b3d1fbc6cec19e5c11660 SHA1 (patch-ad) = 1a873f5db090d29a104e3c021950ab20644cc3a1 +SHA1 (patch-ae) = 36e0ce641e163792c5daf53df527629202926dea 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-* \ |