Fix build error on aarch64_be linux
This commit is contained in:
parent
161d037ede
commit
716d2064f0
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ fn main() {
|
|||
println!("cargo:rustc-cfg=kernel_user_helpers")
|
||||
}
|
||||
|
||||
if llvm_target[0] == "aarch64" {
|
||||
if llvm_target[0].starts_with("aarch64") {
|
||||
generate_aarch64_outlined_atomics();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue