aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2011-02-02 23:02:50 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-02 23:02:50 -0500
commit091023f58fd6a18caeaa275b7c52048cc70dd3d2 (patch)
treee477171e178b34dc847949458dca8dbac9637ad6
parentdded88cd5455d49aa1dcd2298dde63182e4751a6 (diff)
downloadglibc-091023f58fd6a18caeaa275b7c52048cc70dd3d2.zip
glibc-091023f58fd6a18caeaa275b7c52048cc70dd3d2.tar.gz
glibc-091023f58fd6a18caeaa275b7c52048cc70dd3d2.tar.bz2
Add missing configure patch.
-rwxr-xr-xconfigure2
-rw-r--r--configure.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 999a448..1d419cf 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 668dbd1..7e46990 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)