Rename has_elf_tls to has_thread_local
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user