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. --- config.make.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index b376a7eaa5..44a874df26 100644 --- a/config.make.in +++ b/config.make.in @@ -49,7 +49,6 @@ enable-werror = @enable_werror@ have-z-combreloc = @libc_cv_z_combreloc@ have-z-execstack = @libc_cv_z_execstack@ -have-Bgroup = @libc_cv_Bgroup@ have-protected-data = @libc_cv_protected_data@ with-fp = @with_fp@ enable-timezone-tools = @enable_timezone_tools@ -- cgit 1.4.1