diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-common.inc')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-common.inc b/meta/recipes-devtools/rust/rust-common.inc index 153fa3aa97..797284316e 100644 --- a/meta/recipes-devtools/rust/rust-common.inc +++ b/meta/recipes-devtools/rust/rust-common.inc | |||
| @@ -321,7 +321,6 @@ def rust_gen_target(d, thing, wd, features, cpu, arch): | |||
| 321 | tspec['vendor'] = "unknown" | 321 | tspec['vendor'] = "unknown" |
| 322 | tspec['target-family'] = "unix" | 322 | tspec['target-family'] = "unix" |
| 323 | tspec['linker'] = "{}{}gcc".format(d.getVar('CCACHE'), prefix) | 323 | tspec['linker'] = "{}{}gcc".format(d.getVar('CCACHE'), prefix) |
| 324 | tspec['ar'] = "{}ar".format(prefix) | ||
| 325 | tspec['cpu'] = cpu | 324 | tspec['cpu'] = cpu |
| 326 | if features != "": | 325 | if features != "": |
| 327 | tspec['features'] = features | 326 | tspec['features'] = features |
