Skip to content

Commit 97511b1

Browse files
authored
Rollup merge of rust-lang#49731 - japaric:std-thumb-for-real, r=alexcrichton
add THUMB targets to rustup manifest as instructed in rust-lang#49563 (comment) r? @alexcrichton
2 parents c3eb990 + f9bfd81 commit 97511b1

File tree

1 file changed

+4
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+4
-0
lines changed

src/tools/build-manifest/src/main.rs

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ static TARGETS: &'static [&'static str] = &[
9090
"sparc-unknown-linux-gnu",
9191
"sparc64-unknown-linux-gnu",
9292
"sparcv9-sun-solaris",
93+
"thumbv6m-none-eabi",
94+
"thumbv7em-none-eabi",
95+
"thumbv7em-none-eabihf",
96+
"thumbv7m-none-eabi",
9397
"wasm32-unknown-emscripten",
9498
"wasm32-unknown-unknown",
9599
"x86_64-apple-darwin",

0 commit comments

Comments
 (0)