• R
    add configure check for broken gcc 4.9.0 and possibly other versions · 9ca4dae5
    Rich Felker 提交于
    this is gcc bug #61144. the broken compiler is detected, but the user
    must manually work around it. this is partly to avoid complex logic
    for adding workaround CFLAGS and attempting to recheck with them, and
    partly for the sake of letting the user know the compiler is broken
    (since the workaround will result in less-efficient code production).
    
    some refactoring was also needed to move the check for gcc outside of
    the check for whether to build the compiler wrapper.
    9ca4dae5
configure 15.7 KB