• A
    rustc: Change target_env for ARM targets to `gnu` · 29875c2e
    Alex Crichton 提交于
    Right now they're `gnueabihf` and `gnueabi`, but when adding new platforms like
    musl on ARM it's unfortunate to have to test for all three (`musl`, `musleabi`,
    and `musleabihf`). This PR switches everything currently to `gnu`, and the new
    musl targets can also use `musl` when they land.
    
    Closes #33244
    29875c2e
armv7_unknown_linux_gnueabihf.rs 1.1 KB