parent
a75a49990c
commit
083f107c5e
3
build.rs
3
build.rs
|
@ -5464,7 +5464,7 @@ mod c {
|
|||
],
|
||||
);
|
||||
|
||||
// First of all aeabi_cdcmp and aeabi_cfcmp are never called LLVM.
|
||||
// First of all aeabi_cdcmp and aeabi_cfcmp are never called by LLVM.
|
||||
// Second are little-endian only, so build fail on big-endian targets.
|
||||
// Temporally workaround: exclude these files for big-endian targets.
|
||||
if !llvm_target[0].starts_with("thumbeb") &&
|
||||
|
@ -5478,6 +5478,7 @@ mod c {
|
|||
],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
if llvm_target[0] == "armv7" {
|
||||
sources.extend(
|
||||
|
|
Loading…
Reference in New Issue