summaryrefslogtreecommitdiff
path: root/build/autoconf/patches/config.guess.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build/autoconf/patches/config.guess.patch')
-rw-r--r--build/autoconf/patches/config.guess.patch15
1 files changed, 0 insertions, 15 deletions
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