• R
    add LIBCC (compiler runtime) logic and override to configure · 2c1cd239
    Rich Felker 提交于
    this should both fix the issue with ARM needing -lgcc_eh (although
    that's really a bug in the libgcc build process that's causing
    considerable bloat, which should be fixed) and make it easier to build
    musl using clang/llvm in place of gcc. unfortunately I don't know a
    good way to detect and support pcc's -lpcc since it's not in pcc's
    default library search path...
    2c1cd239
configure 8.8 KB