force ppc arch and 10.3.9 sys lib on ppc mac

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21504 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2006-12-04 23:56:03 +00:00
parent 5d58d4a310
commit 56acf06a21
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -7132,6 +7132,8 @@ if darwin ; then
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
if x86 ; then
CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
else
CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk"
fi
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"