diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index ddbc7ec..8684a2f 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -251,6 +251,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 = {}