configure: remove special flags for XLC on Darwin

Rationale:
- Current versions of XLC accept gcc flags
- XLC can't compile FFmpeg

Originally committed as revision 19488 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-07-22 20:41:35 +00:00
parent 55b290c690
commit d90330dc20
1 changed files with 0 additions and 4 deletions

4
configure vendored
View File

@ -1974,11 +1974,7 @@ check_deps $ARCH_EXT_LIST
#Darwin CC versions
if test $target_os = darwin; then
if enabled xlc; then
add_cflags -qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto
else
enabled shared || check_cflags -mdynamic-no-pic
fi
fi
disabled optimizations || check_cflags -fomit-frame-pointer