• R
    allow subarch-specific asm, including asm specific to the default · 90d77722
    Rich Felker 提交于
    the default subarch is the one whose full name is just the base arch
    name, with no suffixes. normally, either the asm in the default
    subarch is suitable for all subarch variants, or separate asm is
    mandatory for each variant. however, in the case of asm which is
    purely for optimization purposes, it's possible to have asm that only
    works (or only performs well) on the default subarch, and not any othe
    the other variants. thus, I have added a mechanism to give a name to
    the default variant, for example "armel" for the default,
    little-endian arm. further such default-subarch names can be added in
    the future as needed.
    90d77722
Makefile 4.2 KB