libcompiler_builtins: Don't build emutls.c
Rather than improving the check, let's ditch emutls.c entirely. rust-lang/rust#38877
This commit is contained in:
parent
2c7368702b
commit
bdb136a50e
1 changed files with 0 additions and 4 deletions
|
|
@ -223,10 +223,6 @@ fn main() {
|
|||
"atomic_thread_fence.c"]);
|
||||
}
|
||||
|
||||
if target_os != "windows" && target_os != "none" {
|
||||
sources.extend(&["emutls.c"]);
|
||||
}
|
||||
|
||||
if target_env == "msvc" {
|
||||
if target_arch == "x86_64" {
|
||||
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue