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.
Pool
armebv7r-
1 parent 253cd89 commit 8bcf9d8Copy full SHA for 8bcf9d8
build.rs
@@ -11,7 +11,7 @@ fn main() -> Result<(), Box<dyn Error>> {
11
println!("cargo:rustc-cfg=armv7m");
12
} else if target.starts_with("thumbv7em-") {
13
14
- } else if target.starts_with("armv7r-") {
+ } else if target.starts_with("armv7r-") | target.starts_with("armebv7r-") {
15
println!("cargo:rustc-cfg=armv7r");
16
} else if target.starts_with("thumbv8m.base") {
17
println!("cargo:rustc-cfg=armv8m_base");
0 commit comments