add THUMB targets to rustup manifest

This commit is contained in:
Jorge Aparicio 2018-04-06 16:35:03 +02:00
parent a143462783
commit f9bfd8117a
1 changed files with 4 additions and 0 deletions

View File

@ -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",