• R
    avoid linking main program in linker tests · 67a0383d
    Rich Felker 提交于
    it's possible that the user has provided a compiler that does not have
    any libc to link to, so linking a main program is a bad idea. instead,
    generate an empty shared library with no dependencies.
    67a0383d
configure 7.7 KB