• R
    remove objcopy --weaken from the makefile · d86d2829
    Rich Felker 提交于
    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.
    d86d2829
Makefile 2.9 KB