Whoops. :)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402131
This commit is contained in:
parent
ede653d2cc
commit
e870669bee
2 changed files with 8 additions and 8 deletions
|
@ -19,17 +19,17 @@ CONFIG_PPC="--build=`uname -p`-apple-darwin --host=powerpc-apple-darwin \
|
||||||
CC_PPC="gcc-3.3 -arch ppc"
|
CC_PPC="gcc-3.3 -arch ppc"
|
||||||
CXX_PPC="g++-3.3 -arch ppc"
|
CXX_PPC="g++-3.3 -arch ppc"
|
||||||
CFLAGS_PPC=""
|
CFLAGS_PPC=""
|
||||||
CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1020 \
|
CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1030 \
|
||||||
-nostdinc \
|
-nostdinc \
|
||||||
-F/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks \
|
-F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks \
|
||||||
-I/Developer/SDKs/MacOSX10.2.8.sdk/usr/include/gcc/darwin/3.3 \
|
-I/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/gcc/darwin/3.3 \
|
||||||
-isystem /Developer/SDKs/MacOSX10.2.8.sdk/usr/include"
|
-isystem /Developer/SDKs/MacOSX10.3.9.sdk/usr/include"
|
||||||
|
|
||||||
# PowerPC linker flags
|
# PowerPC linker flags
|
||||||
LFLAGS_PPC="-arch ppc \
|
LFLAGS_PPC="-arch ppc \
|
||||||
-L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3 \
|
-L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/darwin/3.3 \
|
||||||
-F/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks \
|
-F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks \
|
||||||
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.2.8.sdk"
|
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk"
|
||||||
|
|
||||||
# Intel configure flags (10.4 runtime compatibility)
|
# Intel configure flags (10.4 runtime compatibility)
|
||||||
# We dynamically load X11, so using the system X11 headers is fine.
|
# We dynamically load X11, so using the system X11 headers is fine.
|
||||||
|
|
|
@ -134,7 +134,7 @@ typedef uint64_t Uint64;
|
||||||
#else
|
#else
|
||||||
/* This is really just a hack to prevent the compiler from complaining */
|
/* This is really just a hack to prevent the compiler from complaining */
|
||||||
typdef Sint32 Sint64;
|
typdef Sint32 Sint64;
|
||||||
typdef Uint32 Uint32;
|
typdef Uint32 Uint64;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Make sure the types really have the right sizes */
|
/* Make sure the types really have the right sizes */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue