configure: remove special flags for XLC on Darwin
authorMåns Rullgård <mans@mansr.com>
Wed, 22 Jul 2009 20:41:35 +0000 (20:41 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 22 Jul 2009 20:41:35 +0000 (20:41 +0000)
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

configure

index cbad6f292edc87021b674b0d9fa0225a60c56c48..10955a7f99d4fa1f0ae07f54d9968e9b232d93ed 100755 (executable)
--- a/configure
+++ b/configure
@@ -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