From 58a4b51ae0ad49ecdf1fcaf911022e431e6348ab Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Nov 2008 09:50:20 +0000 Subject: [PATCH] * sysdeps/x86_64/configure: New file. * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo). * configure: Regenerated. --- ChangeLog | 7 +++++++ configure | 6 +++++- configure.in | 3 +++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb02cad..30b3481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-11 Roland McGrath + + * sysdeps/x86_64/configure: New file. + + * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo). + * configure: Regenerated. + 2008-11-03 Martin Schwidefsky * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the diff --git a/configure b/configure index 73f1996..a2a792c 100755 --- a/configure +++ b/configure @@ -748,6 +748,7 @@ libc_cv_localedir libc_cv_sysconfdir libc_cv_rootsbindir libc_cv_forced_unwind +libc_cv_cpp_asm_debuginfo use_ldconfig ldd_rewrite_script elf @@ -8445,6 +8446,8 @@ fi + + if test $elf = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ELF 1 @@ -9311,6 +9314,7 @@ libc_cv_localedir!$libc_cv_localedir$ac_delim libc_cv_sysconfdir!$libc_cv_sysconfdir$ac_delim libc_cv_rootsbindir!$libc_cv_rootsbindir$ac_delim libc_cv_forced_unwind!$libc_cv_forced_unwind$ac_delim +libc_cv_cpp_asm_debuginfo!$libc_cv_cpp_asm_debuginfo$ac_delim use_ldconfig!$use_ldconfig$ac_delim ldd_rewrite_script!$ldd_rewrite_script$ac_delim elf!$elf$ac_delim @@ -9331,7 +9335,7 @@ LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 diff --git a/configure.in b/configure.in index 1651d38..4a2b546 100644 --- a/configure.in +++ b/configure.in @@ -2181,6 +2181,9 @@ AC_SUBST(libc_cv_sysconfdir) AC_SUBST(libc_cv_rootsbindir) AC_SUBST(libc_cv_forced_unwind) +dnl sysdeps/CPU/configure.in checks set this via arch-specific asm tests +AC_SUBST(libc_cv_cpp_asm_debuginfo) + AC_SUBST(use_ldconfig) AC_SUBST(ldd_rewrite_script) -- 2.7.4