From 38c950b0a167ee54468827cf7c2d636ef523fc88 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 18 Feb 2016 00:32:38 -0500 Subject: [PATCH] rust/tune: treat vfp as vfpv2 --- recipes/rust/rust.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: