• M
    Use name in GCC_CLASSIC as C compiler for coverage testing, if set. · 2dadd2fa
    Mark Adler 提交于
    Apple removed support for gcov in the default gcc compiler chain,
    when they moved to llvm.  This can be circumvented in XCode 4.2 by
    using the gcc chain with gcc-4.2.  This patch allows setting
    GCC_CLASSIC to the name of a real gcc executable (e.g. "gcc-4.2")
    to allow coverage testing.
    2dadd2fa
configure 21.9 KB