We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308312e commit 6ac19a5Copy full SHA for 6ac19a5
build.rs
@@ -25,7 +25,7 @@ fn main() {
25
} else if target.starts_with("thumbv7em-") {
26
println!("cargo:rustc-cfg=cortex_m");
27
println!("cargo:rustc-cfg=armv7m");
28
- //println!("cargo:rustc-cfg=armv7em");
+ println!("cargo:rustc-cfg=armv7em"); // (not currently used)
29
} else if target.starts_with("thumbv8m.base") {
30
31
println!("cargo:rustc-cfg=armv8m");
0 commit comments