Merge pull request #16 from ian-h-chamberlain/feature/target-thread-local

Enable #[thread_local] on armv6k-nintendo-3ds
This commit is contained in:
Meziu 2022-03-26 20:49:19 +01:00 committed by GitHub
commit 419b6309a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
},
}