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.
2 parents 1641050 + ed48e8d commit 8399451Copy full SHA for 8399451
build.rs
@@ -465,7 +465,8 @@ mod c {
465
}
466
467
// Remove the assembly implementations that won't compile for the target
468
- if llvm_target[0] == "thumbv6m" || llvm_target[0] == "thumbv8m.base" {
+ if llvm_target[0] == "thumbv6m" || llvm_target[0] == "thumbv8m.base" || target_os == "uefi"
469
+ {
470
let mut to_remove = Vec::new();
471
for (k, v) in sources.map.iter() {
472
if v.ends_with(".S") {
0 commit comments