diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 23:36:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 23:36:22 +0000 |
commit | 2b714df5d8977132b6bd8a2b338b1a523bb00d9f (patch) | |
tree | 69064bac92c45416abcb00447bac1ce8070b8df9 /config.make.in | |
parent | 3d0dbdc46710c262bf4fc4786b32d61bd777b33b (diff) | |
download | glibc-2b714df5d8977132b6bd8a2b338b1a523bb00d9f.tar glibc-2b714df5d8977132b6bd8a2b338b1a523bb00d9f.tar.gz glibc-2b714df5d8977132b6bd8a2b338b1a523bb00d9f.tar.bz2 glibc-2b714df5d8977132b6bd8a2b338b1a523bb00d9f.zip |
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.in | 1 |
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@ |