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 cac6e90a9e..0df6f0904c 100644
--- a/meta/classes-recipe/rust-target-config.bbclass
+++ b/meta/classes-recipe/rust-target-config.bbclass
@@ -418,6 +418,7 @@ def rust_gen_target(d, thing, wd, arch):
418 tspec['linker-is-gnu'] = True 418 tspec['linker-is-gnu'] = True
419 tspec['linker-flavor'] = "gcc" 419 tspec['linker-flavor'] = "gcc"
420 tspec['has-rpath'] = True 420 tspec['has-rpath'] = True
421 tspec['has-thread-local'] = True
421 tspec['position-independent-executables'] = True 422 tspec['position-independent-executables'] = True
422 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY") 423 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY")
423 424