diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust.inc b/meta/recipes-devtools/rust/rust.inc index 1d6f99afad..f39228e3c0 100644 --- a/meta/recipes-devtools/rust/rust.inc +++ b/meta/recipes-devtools/rust/rust.inc | |||
@@ -27,7 +27,7 @@ CARGO_DISABLE_BITBAKE_VENDORING = "1" | |||
27 | 27 | ||
28 | # We can't use RUST_BUILD_SYS here because that may be "musl" if | 28 | # We can't use RUST_BUILD_SYS here because that may be "musl" if |
29 | # TCLIBC="musl". Snapshots are always -unknown-linux-gnu | 29 | # TCLIBC="musl". Snapshots are always -unknown-linux-gnu |
30 | SNAPSHOT_BUILD_SYS = "${BUILD_ARCH}-unknown-linux-gnu" | 30 | SNAPSHOT_BUILD_SYS = "${RUST_BUILD_ARCH}-unknown-linux-gnu" |
31 | setup_cargo_environment () { | 31 | setup_cargo_environment () { |
32 | # The first step is to build bootstrap and some early stage tools, | 32 | # The first step is to build bootstrap and some early stage tools, |
33 | # these are build for the same target as the snapshot, e.g. | 33 | # these are build for the same target as the snapshot, e.g. |