Skip to content

Commit ef2c921

Browse files
Rollup merge of rust-lang#38877 - jdub:patch-1, r=sanxiyn
libcompiler_builtins: Don't build emutls.c Rather than improving the check, let's ditch emutls.c entirely.
2 parents 77ebb6a + 9f92d4f commit ef2c921

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
@@ -236,10 +236,6 @@ fn main() {
236236
"atomic_thread_fence.c"]);
237237
}
238238

239-
if !target.contains("redox") && !target.contains("windows") {
240-
sources.extend(&["emutls.c"]);
241-
}
242-
243239
if target.contains("msvc") {
244240
if target.contains("x86_64") {
245241
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);

0 commit comments

Comments
 (0)