pixman: Branch 'master'

Matt Turner mattst88 at kemper.freedesktop.org
Fri Feb 17 15:11:43 PST 2012


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e27bdcd968e786079353432d14816600bf813d76
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Feb 15 18:16:42 2012 -0500

    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 at gmail.com>

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)


More information about the xorg-commit mailing list