mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-26 17:30:24 +00:00
#487 Fix formatting.
This commit is contained in:
parent
8038ea8f98
commit
cb20e45395
5
build.rs
5
build.rs
@ -33,7 +33,10 @@ fn target_has_atomic_cas(target: &str) -> bool {
|
|||||||
|
|
||||||
fn target_has_atomics(target: &str) -> bool {
|
fn target_has_atomics(target: &str) -> bool {
|
||||||
match &target[..] {
|
match &target[..] {
|
||||||
"thumbv4t-none-eabi" | "msp430-none-elf" | "riscv32i-unknown-none-elf" | "riscv32imc-unknown-none-elf" => false,
|
"thumbv4t-none-eabi"
|
||||||
|
| "msp430-none-elf"
|
||||||
|
| "riscv32i-unknown-none-elf"
|
||||||
|
| "riscv32imc-unknown-none-elf" => false,
|
||||||
_ => true,
|
_ => true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user