remove objcopy --weaken from the makefile
authorRich Felker <dalias@aerifal.cx>
Tue, 1 May 2012 18:31:55 +0000 (14:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 1 May 2012 18:31:55 +0000 (14:31 -0400)
commitd86d2829abc116c3e8741aa92727a5c55023088a
tree7ade2538fc8010238a8f424410b14aed8e4adb6d
parenta917c03706d94564082d5ccff032a3e2c3dad537
remove objcopy --weaken from the makefile

as far as I can tell, it's not useful and never way. I wrote it way
back under the assumption that non-weak symbols in the POSIX or
extension namespace could conflict with legitimate uses of the same
symbol name in the main program or other libraries, but that does not
seem to be the case.
Makefile