Add missing configure patch.

This commit is contained in:
H.J. Lu 2011-02-02 23:02:50 -05:00 committed by Ulrich Drepper
parent dded88cd54
commit 091023f58f
2 changed files with 3 additions and 0 deletions

2
configure vendored
View File

@ -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

View 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)