diff options
| author | Jeff Waugh <jdub@bethesignal.org> | 2017-01-07 04:06:26 +1100 |
|---|---|---|
| committer | Jeff Waugh <jdub@bethesignal.org> | 2017-01-08 03:34:31 +1100 |
| commit | 9f92d4f9d51d7d0b148f56cc88f8605922080248 (patch) | |
| tree | 59c01081cd40c7bbac5e40ef1de75947b120e9f4 | |
| parent | 0728b710347aa80dfc05de29bfed4ed5fc023818 (diff) | |
| download | rust-9f92d4f9d51d7d0b148f56cc88f8605922080248.tar.gz rust-9f92d4f9d51d7d0b148f56cc88f8605922080248.zip | |
libcompiler_builtins: Don't build emutls.c
Rather than improving the check, let's ditch emutls.c entirely.
| -rw-r--r-- | src/libcompiler_builtins/build.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcompiler_builtins/build.rs b/src/libcompiler_builtins/build.rs index 44aa08e2458..c5889951fc3 100644 --- a/src/libcompiler_builtins/build.rs +++ b/src/libcompiler_builtins/build.rs @@ -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"]); |
