Skip to content

Commit

Permalink
libcompiler_builtins: Don't build emutls.c
Browse files Browse the repository at this point in the history
Rather than improving the check, let's ditch emutls.c entirely.
  • Loading branch information
jdub committed Jan 7, 2017
1 parent 0728b71 commit 9f92d4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libcompiler_builtins/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,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"]);
Expand Down

0 comments on commit 9f92d4f

Please sign in to comment.