Mercurial > mplayer.hg
comparison configure @ 21488:fb2a55ef6401
force ppc arch and 10.3.9 sys lib on ppc mac
author | nplourde |
---|---|
date | Mon, 04 Dec 2006 23:56:03 +0000 |
parents | 5ddabe489412 |
children | 8edf162f5862 |
comparison
equal
deleted
inserted
replaced
21487:f804449155bd | 21488:fb2a55ef6401 |
---|---|
7130 | 7130 |
7131 if darwin ; then | 7131 if darwin ; then |
7132 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc" | 7132 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc" |
7133 if x86 ; then | 7133 if x86 ; then |
7134 CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" | 7134 CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" |
7135 else | |
7136 CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk" | |
7135 fi | 7137 fi |
7136 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then | 7138 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then |
7137 CFLAGS="$CFLAGS -no-cpp-precomp" | 7139 CFLAGS="$CFLAGS -no-cpp-precomp" |
7138 fi | 7140 fi |
7139 | 7141 |