Rollup merge of #38877 - jdub:patch-1, r=sanxiyn
libcompiler_builtins: Don't build emutls.c Rather than improving the check, let's ditch emutls.c entirely.
This commit is contained in:
commit
ef2c921380
@ -236,10 +236,6 @@ fn main() {
|
||||
"atomic_thread_fence.c"]);
|
||||
}
|
||||
|
||||
if !target.contains("redox") && !target.contains("windows") {
|
||||
sources.extend(&["emutls.c"]);
|
||||
}
|
||||
|
||||
if target.contains("msvc") {
|
||||
if target.contains("x86_64") {
|
||||
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);
|
||||
|
Loading…
Reference in New Issue
Block a user