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

add bare metal ARM Cortex-A targets to rustc #68253

Merged
merged 3 commits into from
Jan 23, 2020

Commits on Jan 15, 2020

  1. add bare metal ARM Cortex-A targets to rustc

    -> `rustc --target armv7-none-eabi` will work
    
    also build rust-std (rustup) components for them
    
    -> `rustup target add armv7-none-eabi` will work
    japaric committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    470cdf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    a3a0776 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. for now, do not build rust-std for the armv7a-none-eabihf target

    it needs some upstream changes in the build script of the compiler-builtins
    crate
    japaric committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8abbd0b View commit details
    Browse the repository at this point in the history