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 /configure | |
parent | f2a7420ddb6b73993224d033fa133a9d9af5fafc (diff) | |
download | glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.zip glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.gz glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.bz2 |
Fix makefile/configure problems with sse2avx changes.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -620,6 +620,7 @@ use_ldconfig libc_cv_as_i686 libc_cv_cc_fma4 libc_cv_cc_novzeroupper +libc_cv_cc_sse2avx libc_cv_cc_avx libc_cv_cc_sse4 libc_cv_cpp_asm_debuginfo @@ -7643,6 +7644,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5 $as_echo_n "checking whether -fPIC is default... " >&6; } if ${libc_cv_pic_default+:} false; then : |