diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 0d388cb..b053d02 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -50,7 +50,8 @@ def llvm_features_from_tune(d): f.append("+vfp3") if 'vfpv3d16' in feat: f.append("+d16") - if 'vfpv2' in feat: + + if 'vfpv2' in feat or 'vfp' in feat: f.append("+vfp2") if 'neon' in feat: