diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-02-02 23:02:50 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-02 23:02:50 -0500 |
commit | 091023f58fd6a18caeaa275b7c52048cc70dd3d2 (patch) | |
tree | e477171e178b34dc847949458dca8dbac9637ad6 | |
parent | dded88cd5455d49aa1dcd2298dde63182e4751a6 (diff) | |
download | glibc-091023f58fd6a18caeaa275b7c52048cc70dd3d2.tar.gz glibc-091023f58fd6a18caeaa275b7c52048cc70dd3d2.tar.xz glibc-091023f58fd6a18caeaa275b7c52048cc70dd3d2.zip |
Add missing configure patch.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 999a448a05..1d419cf861 100755 --- a/configure +++ b/configure @@ -614,6 +614,7 @@ elf ldd_rewrite_script use_ldconfig libc_cv_as_i686 +libc_cv_cc_novzeroupper libc_cv_cc_avx libc_cv_cc_sse4 libc_cv_cpp_asm_debuginfo @@ -7813,6 +7814,7 @@ fi + if test $elf = yes; then $as_echo "#define HAVE_ELF 1" >>confdefs.h diff --git a/configure.in b/configure.in index 668dbd1a1e..7e469904ae 100644 --- a/configure.in +++ b/configure.in @@ -2240,6 +2240,7 @@ dnl sysdeps/CPU/configure.in checks set this via arch-specific asm tests AC_SUBST(libc_cv_cpp_asm_debuginfo) AC_SUBST(libc_cv_cc_sse4) AC_SUBST(libc_cv_cc_avx) +AC_SUBST(libc_cv_cc_novzeroupper) AC_SUBST(libc_cv_as_i686) AC_SUBST(use_ldconfig) |