mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 04:20:24 +00:00
Extend ARMv7-R Pool
support to the bare-metal armebv7r-
targets
This commit is contained in:
parent
253cd89228
commit
8bcf9d8970
2
build.rs
2
build.rs
@ -11,7 +11,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
println!("cargo:rustc-cfg=armv7m");
|
||||
} else if target.starts_with("thumbv7em-") {
|
||||
println!("cargo:rustc-cfg=armv7m");
|
||||
} else if target.starts_with("armv7r-") {
|
||||
} else if target.starts_with("armv7r-") | target.starts_with("armebv7r-") {
|
||||
println!("cargo:rustc-cfg=armv7r");
|
||||
} else if target.starts_with("thumbv8m.base") {
|
||||
println!("cargo:rustc-cfg=armv8m_base");
|
||||
|
Loading…
x
Reference in New Issue
Block a user