diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index f2ab319..3b25a70 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -218,6 +218,7 @@ def rust_gen_target(d, thing, wd): tspec['morestack'] = True tspec['linker-is-gnu'] = True tspec['has-rpath'] = True + tspec['has-elf-tls'] = True tspec['position-independent-executables'] = True tspec['pre-link-args'] = pre_link_args_for(d, thing, arch) tspec['post-link-args'] = post_link_args_for(d, thing, arch)