Skip to content

Commit

Permalink
Enable #[thread_local] on armv6k-nintendo-3ds
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Mar 26, 2022
1 parent 8423ce9 commit 7829437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub fn target() -> Target {
pre_link_args,
exe_suffix: ".elf".to_string(),
no_default_libraries: false,
has_thread_local: true,
..Default::default()
},
}
Expand Down

0 comments on commit 7829437

Please sign in to comment.