don't suppress shared libc when linker lacks -Bsymbolic-functions
authorRich Felker <dalias@aerifal.cx>
Sun, 31 Jan 2016 05:40:33 +0000 (00:40 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 31 Jan 2016 05:40:33 +0000 (00:40 -0500)
commit65498f289bded83afb809b24d850647e7c91cd58
tree7f7ed77e26f238f71e0c449e6073f2d8789c5167
parentc18d05f0e8909ec54252b251c441b5dd903268f8
don't suppress shared libc when linker lacks -Bsymbolic-functions

previous work overhauling the dynamic linker made it so that linking
libc with -Bsymbolic-functions was no longer mandatory, but the
configure logic that forced --disable-shared when ld failed to accept
the option was left in place.

this commit removes the hard-coded -Bsymbolic-functions from the
Makefile and changes the configure test to one that simply adds it to
the auto-detected LDFLAGS on success.
Makefile
configure