diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index 121cd38..c786ee6 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -177,7 +177,7 @@ def arch_to_rust_target_arch(arch): # generates our target CPU value def llvm_cpu(d): - cpu = d.getVar('TUNE_PKGARCH') + cpu = d.getVar('PACKAGE_ARCH') target = d.getVar('TRANSLATED_TARGET_ARCH') trans = {}