From e27bdcd968e786079353432d14816600bf813d76 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 15 Feb 2012 18:16:42 -0500 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4