[FFmpeg-devel] [PATCH 2/2] armcc: filter out non-gcc options from ASFLAGS (original) (raw)

Janne Grunau janne-ffmpeg
Tue Jan 25 21:31:31 CET 2011


On Tue, Jan 25, 2011 at 02:45:36PM +0000, Mans Rullgard wrote:

This allows passing armcc-specific flags with --extra-cflags without choking the assembler.

Signed-off-by: Mans Rullgard --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 51e1172..94993d7 100755 --- a/configure +++ b/configure @@ -1912,6 +1912,7 @@ elif $cc --vsn 2>/dev/null | grep -q "ARM C/C++ Compiler"; then ASDEPFLAGS='-MMD' speedcflags='-O3' sizecflags='-Os' + filterasflags="filterout -W${armccopt}*" elif $cc -version 2>/dev/null | grep -q TMS470; then cctype=tms470 ccversion="AVSTRINGIFY(TICOMPILERVERSION)"

ok

Janne



More information about the ffmpeg-devel mailing list