diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-02-18 05:15:50 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-02-18 07:16:22 -0500 |
commit | 184b92d40a4945f37154fad2b8bbe1d62e35652d (patch) | |
tree | 5cc3905de41046d7c1fbdf1afc626d05a6ff52dc | |
parent | 6f1415328ba3ae64f5e8edd9af729f598edc0444 (diff) |
sse2: Don't compile pixman-sse2.c with -mmmx anymore
It's not necessary now that the file doesn't use MMX instructions.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5242799b..8d96647f 100644 --- a/configure.ac +++ b/configure.ac @@ -326,7 +326,7 @@ if test "x$SSE2_CFLAGS" = "x" ; then SSE2_CFLAGS="-xarch=sse2" fi else - SSE2_CFLAGS="-mmmx -msse2 -Winline" + SSE2_CFLAGS="-msse2 -Winline" fi fi |