Oh yeah, need this option for PPC as well now.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403827
This commit is contained in:
parent
1dc16d423f
commit
23bd7aa60c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ CONFIG_PPC="--build=`uname -p`-apple-darwin --host=powerpc-apple-darwin \
|
||||||
# PowerPC 32-bit compiler flags
|
# PowerPC 32-bit compiler flags
|
||||||
CC_PPC="gcc-4.0 -arch ppc"
|
CC_PPC="gcc-4.0 -arch ppc"
|
||||||
CXX_PPC="g++-4.0 -arch ppc"
|
CXX_PPC="g++-4.0 -arch ppc"
|
||||||
CFLAGS_PPC=""
|
CFLAGS_PPC="-mmacosx-version-min=10.4"
|
||||||
CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1040 \
|
CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1040 \
|
||||||
-nostdinc \
|
-nostdinc \
|
||||||
-F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks \
|
-F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks \
|
||||||
|
@ -38,7 +38,7 @@ CONFIG_PPC64="--build=`uname -p`-apple-darwin --host=powerpc-apple-darwin \
|
||||||
# PowerPC 64-bit compiler flags
|
# PowerPC 64-bit compiler flags
|
||||||
CC_PPC64="gcc-4.0 -arch ppc64"
|
CC_PPC64="gcc-4.0 -arch ppc64"
|
||||||
CXX_PPC64="g++-4.0 -arch ppc64"
|
CXX_PPC64="g++-4.0 -arch ppc64"
|
||||||
CFLAGS_PPC64=""
|
CFLAGS_PPC64="-mmacosx-version-min=10.5"
|
||||||
CPPFLAGS_PPC64="-DMAC_OS_X_VERSION_MIN_REQUIRED=1050 \
|
CPPFLAGS_PPC64="-DMAC_OS_X_VERSION_MIN_REQUIRED=1050 \
|
||||||
-nostdinc \
|
-nostdinc \
|
||||||
-F/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks \
|
-F/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue