do not force arch and isysroot in osx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21540 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2006-12-09 00:09:45 +00:00
parent 1eac1a4ad4
commit f4e41d5209
1 changed files with 1 additions and 6 deletions

7
configure vendored
View File

@ -7129,12 +7129,7 @@ fi
echores "$_crash_debug"
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
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"
fi