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 61a3c5a + 275b37d commit b41ba0bCopy full SHA for b41ba0b
build.rs
@@ -311,6 +311,10 @@ mod c {
311
],
312
);
313
314
+ if target_os == "freebsd" {
315
+ sources.extend(&["clear_cache.c"]);
316
+ }
317
+
318
// First of all aeabi_cdcmp and aeabi_cfcmp are never called by LLVM.
319
// Second are little-endian only, so build fail on big-endian targets.
320
// Temporally workaround: exclude these files for big-endian targets.
0 commit comments