libcompiler_builtins: Don't build emutls.c
Rather than improving the check, let's ditch emutls.c entirely. rust-lang/rust#38877
This commit is contained in:
parent
c30dcb0d30
commit
6d3cab2ba0
4
build.rs
4
build.rs
|
@ -223,10 +223,6 @@ fn main() {
|
|||
"atomic_thread_fence.c"]);
|
||||
}
|
||||
|
||||
if target_os != "windows" && target_os != "none" {
|
||||
sources.extend(&["emutls.c"]);
|
||||
}
|
||||
|
||||
if target_env == "msvc" {
|
||||
if target_arch == "x86_64" {
|
||||
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);
|
||||
|
|
Loading…
Reference in New Issue