summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/rust-target-config.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/rust-target-config.bbclass b/meta/classes-recipe/rust-target-config.bbclass
index 67aaa56bac..bdc1e23501 100644
--- a/meta/classes-recipe/rust-target-config.bbclass
+++ b/meta/classes-recipe/rust-target-config.bbclass
@@ -396,6 +396,7 @@ def rust_gen_target(d, thing, wd, arch):
396 tspec['linker-is-gnu'] = True 396 tspec['linker-is-gnu'] = True
397 tspec['linker-flavor'] = "gcc" 397 tspec['linker-flavor'] = "gcc"
398 tspec['has-rpath'] = True 398 tspec['has-rpath'] = True
399 tspec['has-thread-local'] = True
399 tspec['position-independent-executables'] = True 400 tspec['position-independent-executables'] = True
400 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY") 401 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY")
401 402