summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2014-03-14 19:44:40 -0700
committerWan-Teh Chang <wtc@google.com>2014-03-14 19:44:40 -0700
commitd701c4fdd58bd8c521dec0a5e7290886e1aff868 (patch)
tree71774d925120ed2f7255b4a41d6202cb0f40631b /build
parent322780af4049266d81a553a4e861a6412b6ab196 (diff)
downloadnspr-hg-d701c4fdd58bd8c521dec0a5e7290886e1aff868.tar.gz
Bug 695993: Remove NSPR's local patch for config.guess. The local
patch handled Netscape's uname.exe for Windows. TBR=ted,cls.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/autoconf/config.guess6
-rw-r--r--build/autoconf/patches/config.guess.patch15
2 files changed, 0 insertions, 21 deletions
diff --git a/build/autoconf/config.guess b/build/autoconf/config.guess
index 8e26e22c..72625d40 100755
--- a/build/autoconf/config.guess
+++ b/build/autoconf/config.guess
@@ -829,12 +829,6 @@ EOF
i*:MSYS*:*)
echo ${UNAME_MACHINE}-pc-msys
exit ;;
-#### MozillaHack
-# Netscape's hacked uname
- xx:WINNT:* | xx:WIN95:*)
- echo i586-pc-msvc
- exit ;;
-### End MozillaHack
i*:windows32*:*)
# uname -m includes "-pc" on this system.
echo ${UNAME_MACHINE}-mingw32
diff --git a/build/autoconf/patches/config.guess.patch b/build/autoconf/patches/config.guess.patch
deleted file mode 100644
index 90f3ceda..00000000
--- a/build/autoconf/patches/config.guess.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- config.guess.orig 2014-03-09 18:21:44 -0700
-+++ config.guess 2014-03-09 18:23:43 -0700
-@@ -829,6 +829,12 @@
- i*:MSYS*:*)
- echo ${UNAME_MACHINE}-pc-msys
- exit ;;
-+#### MozillaHack
-+# Netscape's hacked uname
-+ xx:WINNT:* | xx:WIN95:*)
-+ echo i586-pc-msvc
-+ exit ;;
-+### End MozillaHack
- i*:windows32*:*)
- # uname -m includes "-pc" on this system.
- echo ${UNAME_MACHINE}-mingw32