From d90330dc203a38a67be2fb0a55ae7730fdeaec37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 22 Jul 2009 20:41:35 +0000 Subject: [PATCH] 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 --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index cbad6f292e..10955a7f99 100755 --- 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