mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
12 lines
460 B
Diff
12 lines
460 B
Diff
--- configure.orig 2008-10-15 18:00:59.000000000 -0700
|
|
+++ configure 2008-10-15 18:02:47.000000000 -0700
|
|
@@ -4538,7 +4538,7 @@
|
|
;;
|
|
# is there any other compiler on Darwin besides gcc?
|
|
Darwin*)
|
|
- BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd"
|
|
+ BASECFLAGS="$BASECFLAGS -mno-fused-madd"
|
|
if test "${enable_universalsdk}"; then
|
|
BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
|
|
fi
|