Skip to content

Commit

Permalink
Rollup merge of rust-lang#49731 - japaric:std-thumb-for-real, r=alexc…
Browse files Browse the repository at this point in the history
…richton

add THUMB targets to rustup manifest

as instructed in rust-lang#49563 (comment)

r? @alexcrichton
  • Loading branch information
kennytm authored Apr 6, 2018
2 parents 829d276 + f9bfd81 commit 8714b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ static TARGETS: &'static [&'static str] = &[
"sparc-unknown-linux-gnu",
"sparc64-unknown-linux-gnu",
"sparcv9-sun-solaris",
"thumbv6m-none-eabi",
"thumbv7em-none-eabi",
"thumbv7em-none-eabihf",
"thumbv7m-none-eabi",
"wasm32-unknown-emscripten",
"wasm32-unknown-unknown",
"x86_64-apple-darwin",
Expand Down

0 comments on commit 8714b59

Please sign in to comment.