Skip to content

Commit

Permalink
Merge pull request rust-lang#16 from ian-h-chamberlain/feature/target…
Browse files Browse the repository at this point in the history
…-thread-local

Enable #[thread_local] on armv6k-nintendo-3ds
  • Loading branch information
Meziu committed Mar 26, 2022
2 parents a8adf76 + 7829437 commit 419b630
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 419b630

Please sign in to comment.