• R
    work around regression building for armhf with clang (compiler bug) · 71c334f9
    Rich Felker 提交于
    commit e4355bd6 moved the math asm
    from external source files to inline asm, but unfortunately, all
    current releases of clang use the wrong inline asm constraint codes
    for float and double ("w" and "P" instead of "t" and "w",
    respectively). this patch adds detection for the bug in configure,
    and, for now, just disables the affected asm on broken clang versions.
    71c334f9
configure 21.7 KB