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:
Guillaume Gomez 2017-01-13 10:42:27 +01:00 committed by GitHub
commit ef2c921380

View File

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