Rename has_elf_tls to has_thread_local

This commit is contained in:
Chris Denton
2021-12-17 20:56:38 +00:00
parent 9ca26f111a
commit 391332c5d9
15 changed files with 21 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ pub fn opts() -> TargetOptions {
(LinkOutputKind::StaticPicExe, &["Scrt1.o"]),
]),
position_independent_executables: true,
has_elf_tls: true,
has_thread_local: true,
..Default::default()
}
}