From 78d04074a1b4339bcfa7e54caece1ac11713a508 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Jan 2005 09:39:54 +0000 Subject: 2005-01-05 Roland McGrath * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ... * sysdeps/i386/configure.in: ... here. New file. * sysdeps/i386/configure: New generated file. * configure: Regenerated. --- configure.in | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 559bee0..4ad54cf 100644 --- a/configure.in +++ b/configure.in @@ -1641,39 +1641,6 @@ if test $libc_cv_asm_cfi_directives = yes; then AC_DEFINE(HAVE_ASM_CFI_DIRECTIVES) fi -AC_CACHE_CHECK(if -g produces usable source locations for assembler-with-cpp, - libc_cv_cpp_asm_debuginfo, [dnl -cat > conftest.S <&AS_MESSAGE_LOG_FD]) && { - ac_pattern='conftest\.S' - AC_TRY_COMMAND([readelf --debug-dump=line conftest.o | - grep $ac_pattern 1>&AS_MESSAGE_LOG_FD]) - }; then - libc_cv_cpp_asm_debuginfo=yes -else - libc_cv_cpp_asm_debuginfo=no -fi -rm -f conftest*])AC_SUBST(libc_cv_cpp_asm_debuginfo) -if test $libc_cv_cpp_asm_debuginfo = yes; then - AC_DEFINE(HAVE_CPP_ASM_DEBUGINFO) -fi - AC_CACHE_CHECK(for ld --no-whole-archive, libc_cv_ld_no_whole_archive, [dnl cat > conftest.c <<\EOF _start () {} -- cgit v1.1