Created
March 27, 2013 14:28
-
-
Save crabtw/5254580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure b/configure | |
index a58a0a6..08d6298 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -308,8 +308,6 @@ case $CFG_OSTYPE in | |
esac | |
-if [ -z "$CFG_CPUTYPE" ] | |
-then | |
case $CFG_CPUTYPE in | |
i386 | i486 | i686 | i786 | x86) | |
@@ -327,7 +325,6 @@ case $CFG_CPUTYPE in | |
*) | |
err "unknown CPU type: $CFG_CPUTYPE" | |
esac | |
-fi | |
# Detect 64 bit linux systems with 32 bit userland and force 32 bit compilation | |
if [ $CFG_OSTYPE = unknown-linux-gnu -a $CFG_CPUTYPE = x86_64 ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment