We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3eb990 + f9bfd81 commit 97511b1Copy full SHA for 97511b1
src/tools/build-manifest/src/main.rs
@@ -90,6 +90,10 @@ static TARGETS: &'static [&'static str] = &[
90
"sparc-unknown-linux-gnu",
91
"sparc64-unknown-linux-gnu",
92
"sparcv9-sun-solaris",
93
+ "thumbv6m-none-eabi",
94
+ "thumbv7em-none-eabi",
95
+ "thumbv7em-none-eabihf",
96
+ "thumbv7m-none-eabi",
97
"wasm32-unknown-emscripten",
98
"wasm32-unknown-unknown",
99
"x86_64-apple-darwin",
0 commit comments