]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/vxworks_base.rs
New upstream version 1.59.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / vxworks_base.rs
index a91e77178655479db52dc679ef338afdb78f079a..3f709e7023469c6db4c3c98ba1e0839649268333 100644 (file)
@@ -11,7 +11,7 @@ pub fn opts() -> TargetOptions {
         executables: true,
         families: vec!["unix".to_string()],
         has_rpath: true,
-        has_elf_tls: true,
+        has_thread_local: true,
         crt_static_default: true,
         crt_static_respected: true,
         crt_static_allows_dylibs: true,