Make sure to run AC_SUBST IWMMXT_CFLAGS
authorMatt Turner <mattst88@gmail.com>
Wed, 15 Feb 2012 23:16:42 +0000 (18:16 -0500)
committerMatt Turner <mattst88@gmail.com>
Fri, 17 Feb 2012 23:10:37 +0000 (18:10 -0500)
Allows you to compile without -flax-vector-conversions in your CFLAGS,
though -march=iwmmxt2 is still necessary since specifying some other
-march= value will override it, and disable iwmmxt.

Signed-off-by: Matt Turner <mattst88@gmail.com>
configure.ac

index 233d3dc..4f8a0c5 100644 (file)
@@ -407,6 +407,7 @@ case $host_os in
       ;;
 esac
 
+AC_SUBST(IWMMXT_CFLAGS)
 AC_SUBST(MMX_CFLAGS)
 AC_SUBST(MMX_LDFLAGS)
 AC_SUBST(SSE2_CFLAGS)