• A
    Define rustc's host triple at compile time · ff86830c
    Alex Crichton 提交于
    This way a cross-compiled rustc's answer to host_triple() is correct. The return
    value of host_triple() reflects the actual host triple that the compiler was
    build for, not the triple the compiler is being built on
    ff86830c
target.mk 3.6 KB