From 2b714df5d8977132b6bd8a2b338b1a523bb00d9f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 15 Oct 2015 23:36:22 +0000 Subject: Remove -Bgroup configure test. There is a configure test for the -Bgroup linker option whose results aren't used anywhere. This patch removes that test. Tested for x86_64 (testsuite, and that installed shared libraries are unchanged by the patch). * configure.ac (libc_cv_Bgroup): Remove configure test. * configure: Regenerated. * config.make.in (have-Bgroup): Remove variable. --- configure | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 09e8ade8ce..d4cb9cd17f 100755 --- a/configure +++ b/configure @@ -630,7 +630,6 @@ libc_cv_fpie libc_cv_z_execstack libc_cv_z_combreloc ASFLAGS_config -libc_cv_Bgroup libc_cv_cc_with_libunwind libc_cv_protected_data BISON @@ -5763,33 +5762,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5 $as_echo "$libc_linker_feature" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Bgroup option" >&5 -$as_echo_n "checking for -Bgroup option... " >&6; } -if ${libc_cv_Bgroup+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat > conftest.c <&5 - (eval $ac_try) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; } -then - libc_cv_Bgroup=yes -else - libc_cv_Bgroup=no -fi -rm -f conftest* -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_Bgroup" >&5 -$as_echo "$libc_cv_Bgroup" >&6; } - - ASFLAGS_config= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; } -- cgit v1.2.3-70-g09d2