We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8adf76 + 7829437 commit 419b630Copy full SHA for 419b630
compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
@@ -37,6 +37,7 @@ pub fn target() -> Target {
37
pre_link_args,
38
exe_suffix: ".elf".to_string(),
39
no_default_libraries: false,
40
+ has_thread_local: true,
41
..Default::default()
42
},
43
}
0 commit comments