Skip to content

Commit

Permalink
add THUMB targets to rustup manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Apr 6, 2018
1 parent a143462 commit f9bfd81
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 f9bfd81

Please sign in to comment.