summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-10-15 23:36:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-10-15 23:36:22 +0000
commit2b714df5d8977132b6bd8a2b338b1a523bb00d9f (patch)
tree69064bac92c45416abcb00447bac1ce8070b8df9 /config.make.in
parent3d0dbdc46710c262bf4fc4786b32d61bd777b33b (diff)
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.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 0 insertions, 1 deletions
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@