Merge pull request #539 from taiki-e/aarch64-be-linux

This commit is contained in:
Amanieu d'Antras 2023-07-17 13:50:43 +01:00 committed by GitHub
commit 5bc8fc22e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}
}