We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8423ce9 commit 7829437Copy full SHA for 7829437
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