Alpha: add -mieee to CFLAGS

Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-01-18 18:31:54 +00:00
parent fd6045bae5
commit c0a02a3e47

1
configure vendored
View File

@ -1327,6 +1327,7 @@ EOF
alpha)
arch="alpha"
enable fast_64bit
check_cflags -mieee
;;
"Power Macintosh"|ppc|powerpc)
arch="ppc"