aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-30 19:55:15 +0000
committerCarlos O'Donell <carlos_odonell@mentor.com>2012-05-25 07:09:15 -0400
commitddeb5e27dda7dafc43a255c849213ce538cdee0d (patch)
treeea4d1bb5199402b32aac3c44726ad2bc158dc148 /sysdeps
parente3d5df796c656c69e60b504eed77cf60a08e18ef (diff)
downloadglibc-ddeb5e27dda7dafc43a255c849213ce538cdee0d.zip
glibc-ddeb5e27dda7dafc43a255c849213ce538cdee0d.tar.gz
glibc-ddeb5e27dda7dafc43a255c849213ce538cdee0d.tar.bz2
Fix makefile/configure problems with sse2avx changes.
(cherry picked from commit 3b1004624e54cc2fefd034ff80d5dea4b6db764f)
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/Makefile b/sysdeps/x86_64/fpu/multiarch/Makefile
index 4b5c173..2a38ffc 100644
--- a/sysdeps/x86_64/fpu/multiarch/Makefile
+++ b/sysdeps/x86_64/fpu/multiarch/Makefile
@@ -48,7 +48,7 @@ CFLAGS-mpexp-avx.c = -msse2avx -DSSE2AVX
CFLAGS-mplog-avx.c = -msse2avx -DSSE2AVX
CFLAGS-s_atan-avx.c = -msse2avx -DSSE2AVX
CFLAGS-s_sin-avx.c = -msse2avx -DSSE2AVX
-CFLAGS-slowexp-avx.c = -sse2mavx -DSSE2AVX
+CFLAGS-slowexp-avx.c = -msse2avx -DSSE2AVX
CFLAGS-s_tan-avx.c = -msse2avx -DSSE2AVX
endif
endif