From 0ecfa2580d1aedb744deb5af1b60f92c69b9e9e0 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 6 Jan 2005 14:57:16 +0000 Subject: Updated to fedora-glibc-20050106T1443 --- configure.in | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 559bee0173..4ad54cfefd 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 1.4.1