summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-02-15 18:16:42 -0500
committerMatt Turner <mattst88@gmail.com>2012-02-17 18:10:37 -0500
commite27bdcd968e786079353432d14816600bf813d76 (patch)
tree317578fab5872712e8eb56057d413c12d953f86d
parent82a3980701c68949ed762b1e93dc81698db1613e (diff)
Make sure to run AC_SUBST IWMMXT_CFLAGS
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>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 233d3dc..4f8a0c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)