Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc: Change target_env for ARM targets to gnu #33403

Merged
merged 1 commit into from
May 8, 2016

Commits on May 4, 2016

  1. rustc: Change target_env for ARM targets to gnu

    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 rust-lang#33244
    alexcrichton committed May 4, 2016
    Configuration menu
    Copy the full SHA
    29875c2 View commit details
    Browse the repository at this point in the history