]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing configure patch.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 3 Feb 2011 04:02:50 +0000 (23:02 -0500)
committerUlrich Drepper <drepper@gmail.com>
Thu, 3 Feb 2011 04:02:50 +0000 (23:02 -0500)
configure
configure.in

index 999a448a05a425245fb54aa79a247a3161edaefb..1d419cf8614f9a4d273076ce154f0e2ce51373b7 100755 (executable)
--- 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
 
index 668dbd1a1e8d3fae6d050ff734a944c5997ad7e8..7e469904aeaabcd0f3bf7f3fa2bbdbc878056b03 100644 (file)
@@ -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)