• R
    make configure accept alternate gcc tuples for x32 · f162c064
    Rich Felker 提交于
    the previous pattern required "x32" to be used as the second field of
    the gcc tuple, which is usually reserved for vendor use and not
    appropriate as an ABI specifier. with this change, putting "x32" at
    the end of the tuple, the way ABI specifiers are normally done, is
    also permitted.
    f162c064
configure 14.5 KB