From d701c4fdd58bd8c521dec0a5e7290886e1aff868 Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Fri, 14 Mar 2014 19:44:40 -0700 Subject: Bug 695993: Remove NSPR's local patch for config.guess. The local patch handled Netscape's uname.exe for Windows. TBR=ted,cls. --- build/autoconf/config.guess | 6 ------ build/autoconf/patches/config.guess.patch | 15 --------------- 2 files changed, 21 deletions(-) delete mode 100644 build/autoconf/patches/config.guess.patch (limited to 'build') 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 -- cgit v1.2.1