diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index 8b5387e..1c72bf1 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -252,6 +252,7 @@ def rust_gen_target(d, thing, wd): if thing is "TARGET": features = d.getVar('TARGET_LLVM_FEATURES', True) or "" features = features or d.getVarFlag('FEATURES', arch, True) or "" + features = features.strip() # build tspec tspec = {}