Browse Source

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
tags/v0.6
Måns Rullgård 16 years ago
parent
commit
d90330dc20
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      configure

+ 0
- 4
configure View File

@@ -1974,11 +1974,7 @@ check_deps $ARCH_EXT_LIST


#Darwin CC versions #Darwin CC versions
if test $target_os = darwin; then 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 enabled shared || check_cflags -mdynamic-no-pic
fi
fi fi


disabled optimizations || check_cflags -fomit-frame-pointer disabled optimizations || check_cflags -fomit-frame-pointer


Loading…
Cancel
Save