diff options
Diffstat (limited to 'net/nmap/patches')
-rw-r--r-- | net/nmap/patches/patch-af | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nmap/patches/patch-af b/net/nmap/patches/patch-af new file mode 100644 index 00000000000..9e101ed3b0a --- /dev/null +++ b/net/nmap/patches/patch-af @@ -0,0 +1,25 @@ +$NetBSD: patch-af,v 1.1 2001/12/06 14:49:33 rafal Exp $ + +--- config.sub.orig Thu Jun 14 12:19:01 2001 ++++ config.sub Thu Jun 14 12:20:44 2001 +@@ -154,7 +154,8 @@ + | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \ + | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ + | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ +- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ ++ | mips64 | mipsel | mips64el | mipseb \ ++ | mips64orion | mips64orionel \ + | mipstx39 | mipstx39el \ + | sparc | sparclet | sparclite | sparc64 | v850) + basic_machine=$basic_machine-unknown +@@ -179,8 +180,8 @@ + | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ + | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ + | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ +- | sparc64-* | mips64-* | mipsel-* \ +- | mips64el-* | mips64orion-* | mips64orionel-* \ ++ | sparc64-* | mips64-* | mipseb-* \ ++ | mipsel-* | mips64el-* | mips64orion-* | mips64orionel-* \ + | mipstx39-* | mipstx39el-* \ + | f301-*) + ;; |