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

mk: Specify armv6 for gcc on arm-unknown-linux-* #31800

Merged
merged 1 commit into from
Feb 25, 2016

Commits on Feb 21, 2016

  1. mk: Specify armv6 for gcc on arm-unknown-linux-*

    Right now the compiler's we're using actually default to armv7/thumb2 I believe,
    so this should help push them back to what the arm-unknown-linux-* targets are
    for. This at least matches that clang does for the `arm-unknown-linux-gnueabihf`
    target which is to map it to an armv6 architecture.
    
    Closes rust-lang#31787
    alexcrichton committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    d4fda66 View commit details
    Browse the repository at this point in the history