Skip to content

Commit 7829437

Browse files
Enable #[thread_local] on armv6k-nintendo-3ds
1 parent 8423ce9 commit 7829437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub fn target() -> Target {
3737
pre_link_args,
3838
exe_suffix: ".elf".to_string(),
3939
no_default_libraries: false,
40+
has_thread_local: true,
4041
..Default::default()
4142
},
4243
}

0 commit comments

Comments
 (0)