• R
    try to suppress linking libc.so if there are undefined symbols · 2462370b
    Rich Felker 提交于
    this is always an error and usually results from failure to find/link
    the compiler runtime library, but it could also result from
    implementation errors in libc, using functions that don't (yet) exist.
    either way the resulting libc.so will crash mysteriously at runtime.
    the crash happens too early to produce a meaningful error, so these
    crashes are very confusing to users and waste a lot of debugging time.
    this commit should ensure that they do not happen.
    2462370b
configure 18.7 KB