summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust')
-rw-r--r--meta/recipes-devtools/rust/rust-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-common.inc b/meta/recipes-devtools/rust/rust-common.inc
index f574152815..153fa3aa97 100644
--- a/meta/recipes-devtools/rust/rust-common.inc
+++ b/meta/recipes-devtools/rust/rust-common.inc
@@ -70,6 +70,7 @@ def llvm_features_from_tune(d):
70 if ('riscv64' in feat) or ('riscv32' in feat): 70 if ('riscv64' in feat) or ('riscv32' in feat):
71 f.append("+a,+c,+d,+f,+m") 71 f.append("+a,+c,+d,+f,+m")
72 return f 72 return f
73llvm_features_from_tune[vardepvalue] = "${@llvm_features_from_tune(d)}"
73 74
74# TARGET_CC_ARCH changes from build/cross/target so it'll do the right thing 75# TARGET_CC_ARCH changes from build/cross/target so it'll do the right thing
75# this should go away when https://github.com/rust-lang/rust/pull/31709 is 76# this should go away when https://github.com/rust-lang/rust/pull/31709 is