diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index e8e85ae..b181d5f 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -67,7 +67,7 @@ def llvm_features_from_tune(d): f.append("+neon") if 'aarch64' in feat: - f.append("+v8") + f.append("+v8.1a") if 'mips32' in feat: f.append("+mips32")