diff options
| -rw-r--r-- | meta/recipes-devtools/rust/rust-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-common.inc b/meta/recipes-devtools/rust/rust-common.inc index 310aecef22..29b17cb955 100644 --- a/meta/recipes-devtools/rust/rust-common.inc +++ b/meta/recipes-devtools/rust/rust-common.inc | |||
| @@ -360,6 +360,8 @@ def rust_gen_target(d, thing, wd, features, cpu, arch, abi=""): | |||
| 360 | with open(wd + sys + '.json', 'w') as f: | 360 | with open(wd + sys + '.json', 'w') as f: |
| 361 | json.dump(tspec, f, indent=4) | 361 | json.dump(tspec, f, indent=4) |
| 362 | 362 | ||
| 363 | do_rust_gen_targets[vardeps] += "DATA_LAYOUT LLVM_TARGET TARGET_ENDIAN TARGET_POINTER_WIDTH TARGET_C_INT_WIDTH MAX_ATOMIC_WIDTH FEATURES" | ||
| 364 | |||
| 363 | python do_rust_gen_targets () { | 365 | python do_rust_gen_targets () { |
| 364 | wd = d.getVar('WORKDIR') + '/targets/' | 366 | wd = d.getVar('WORKDIR') + '/targets/' |
| 365 | build_arch = d.getVar('BUILD_ARCH') | 367 | build_arch = d.getVar('BUILD_ARCH') |
