Skip to content

Commit 6d3cab2

Browse files
author
Jorge Aparicio
committed
libcompiler_builtins: Don't build emutls.c
Rather than improving the check, let's ditch emutls.c entirely. rust-lang/rust#38877
1 parent c30dcb0 commit 6d3cab2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.rs

-4
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ fn main() {
223223
"atomic_thread_fence.c"]);
224224
}
225225

226-
if target_os != "windows" && target_os != "none" {
227-
sources.extend(&["emutls.c"]);
228-
}
229-
230226
if target_env == "msvc" {
231227
if target_arch == "x86_64" {
232228
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);

0 commit comments

Comments
 (0)