gcc <3.1 is unsupported on Darwin, no need to check for this.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29162 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-04-10 13:09:39 +00:00
parent b6225fc8ae
commit e2023a9037
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -8002,9 +8002,6 @@ libs_mplayer=$_ld_tmp
#############################################################################
if darwin ; then
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"
fi
fi
if amigaos ; then
CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"