aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-30 19:55:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-30 19:55:15 +0000
commit3b1004624e54cc2fefd034ff80d5dea4b6db764f (patch)
tree112496da9bdbecb1148e1bda4ee7cab7d32b7afc /sysdeps/x86_64/fpu
parentf2a7420ddb6b73993224d033fa133a9d9af5fafc (diff)
downloadglibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.zip
glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.gz
glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.bz2
Fix makefile/configure problems with sse2avx changes.
Diffstat (limited to 'sysdeps/x86_64/fpu')
-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