summaryrefslogtreecommitdiff
path: root/data/python/common.diff
blob: 64f9eb4f2f00dfd4c935d4510e4019ce2728c162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -r -u Python-2.5.1/configure.in Python-2.5.1+iPhone/configure.in
--- Python-2.5.1/configure.in	2007-03-12 10:50:51.000000000 +0000
+++ Python-2.5.1+iPhone/configure.in	2008-01-09 12:10:16.000000000 +0000
@@ -814,7 +816,7 @@
 	    ;;
 	# is there any other compiler on Darwin besides gcc?
 	Darwin*)
-	    BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd"
+	    BASECFLAGS="$BASECFLAGS -no-cpp-precomp -fno-common"
 	    if test "${enable_universalsdk}"; then
 		BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
 	    fi