• R
    partly revert detection of broken float in configure · 5030e4a0
    Rich Felker 提交于
    commit 80fbaac4 broke all soft-float
    archs, where gcc defines __GCC_IEC_559==0 because rounding modes and
    exception flags are not supported. for now, just check for
    __FAST_MATH__ as an indication of broken float. this won't detect all
    possible misconfigurations but it probably catches the most common
    one.
    5030e4a0
configure 21.2 KB