mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
update 0.6
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--- configure.orig 2009-08-31 01:29:04.000000000 +1000
|
||||
+++ configure 2009-08-31 01:30:05.000000000 +1000
|
||||
@@ -3909,9 +3909,9 @@
|
||||
Darwin*)
|
||||
if [[ `/usr/bin/arch` = 'ppc' ]]
|
||||
then
|
||||
- BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common"
|
||||
+ BASECFLAGS="$BASECFLAGS -mno-fused-madd -fno-common"
|
||||
else
|
||||
- BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -fno-common"
|
||||
+ BASECFLAGS="$BASECFLAGS -fno-common"
|
||||
fi
|
||||
if test "${enable_universalsdk}"; then
|
||||
BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
|
||||
Reference in New Issue
Block a user