From: Richard Purdie Date: Thu, 25 Aug 2022 10:48:50 +0000 (+0100) Subject: rust-target-config: Drop has-elf-tls option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e1614a906086fb46c5dd7b7f2dffab91194165c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rust-target-config: Drop has-elf-tls option This option doesn't seem to exist any more and causes lots of warnings. Remove it. Signed-off-by: Richard Purdie Signed-off-by: Luca Ceresoli --- diff --git a/meta/classes-recipe/rust-target-config.bbclass b/meta/classes-recipe/rust-target-config.bbclass index 34050864023..e30eaa1da30 100644 --- a/meta/classes-recipe/rust-target-config.bbclass +++ b/meta/classes-recipe/rust-target-config.bbclass @@ -362,7 +362,6 @@ def rust_gen_target(d, thing, wd, arch): tspec['linker-is-gnu'] = True tspec['linker-flavor'] = "gcc" tspec['has-rpath'] = True - tspec['has-elf-tls'] = True tspec['position-independent-executables'] = True tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY")