summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/rust-target-config.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-recipe/rust-target-config.bbclass b/meta/classes-recipe/rust-target-config.bbclass
index 3405086402..e30eaa1da3 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):
362 tspec['linker-is-gnu'] = True 362 tspec['linker-is-gnu'] = True
363 tspec['linker-flavor'] = "gcc" 363 tspec['linker-flavor'] = "gcc"
364 tspec['has-rpath'] = True 364 tspec['has-rpath'] = True
365 tspec['has-elf-tls'] = True
366 tspec['position-independent-executables'] = True 365 tspec['position-independent-executables'] = True
367 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY") 366 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY")
368 367