Skip to content

Commit 9f92d4f

Browse files
committed
libcompiler_builtins: Don't build emutls.c
Rather than improving the check, let's ditch emutls.c entirely.
1 parent 0728b71 commit 9f92d4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libcompiler_builtins/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,6 @@ fn main() {
242242
"atomic_thread_fence.c"]);
243243
}
244244

245-
if !target.contains("redox") && !target.contains("windows") {
246-
sources.extend(&["emutls.c"]);
247-
}
248-
249245
if target.contains("msvc") {
250246
if target.contains("x86_64") {
251247
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);

0 commit comments

Comments
 (0)