From: mru Date: Sun, 18 Jan 2009 18:31:54 +0000 (+0000) Subject: Alpha: add -mieee to CFLAGS X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/df1cfec0af50e7bd2f3e4e0ddc922821a0ff7e55 Alpha: add -mieee to CFLAGS git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16676 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/configure b/configure index f299bd9dd..b80bb3843 100755 --- a/configure +++ b/configure @@ -1327,6 +1327,7 @@ EOF alpha) arch="alpha" enable fast_64bit + check_cflags -mieee ;; "Power Macintosh"|ppc|powerpc) arch="ppc"