diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-01-30 19:55:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-30 19:55:15 +0000 |
commit | 3b1004624e54cc2fefd034ff80d5dea4b6db764f (patch) | |
tree | 112496da9bdbecb1148e1bda4ee7cab7d32b7afc /sysdeps/x86_64/fpu | |
parent | f2a7420ddb6b73993224d033fa133a9d9af5fafc (diff) | |
download | glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.gz |
Fix makefile/configure problems with sse2avx changes.
Diffstat (limited to 'sysdeps/x86_64/fpu')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/Makefile b/sysdeps/x86_64/fpu/multiarch/Makefile index 4b5c173145..2a38ffc764 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 |