From c0a02a3e470709aecd44b4896a0e686425db5841 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 18 Jan 2009 18:31:54 +0000 Subject: Alpha: add -mieee to CFLAGS Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index f299bd9ddf..b80bb38436 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" -- cgit v1.2.3