libcompiler_builtins: Don't build emutls.c

Rather than improving the check, let's ditch emutls.c entirely.

rust-lang/rust#38877
master
Jorge Aparicio 2017-02-06 15:11:51 -05:00
parent c30dcb0d30
commit 6d3cab2ba0
1 changed files with 0 additions and 4 deletions

View File

@ -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"]);