diff options
Diffstat (limited to 'meta/classes/rust-common.bbclass')
| -rw-r--r-- | meta/classes/rust-common.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rust-common.bbclass b/meta/classes/rust-common.bbclass index 8bed60f2ce..e1bc0193c3 100644 --- a/meta/classes/rust-common.bbclass +++ b/meta/classes/rust-common.bbclass | |||
| @@ -8,7 +8,7 @@ RUSTLIB = "-L ${STAGING_LIBDIR}/rust" | |||
| 8 | RUST_DEBUG_REMAP = "--remap-path-prefix=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | 8 | RUST_DEBUG_REMAP = "--remap-path-prefix=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" |
| 9 | RUSTFLAGS += "${RUSTLIB} ${RUST_DEBUG_REMAP}" | 9 | RUSTFLAGS += "${RUSTLIB} ${RUST_DEBUG_REMAP}" |
| 10 | RUSTLIB_DEP ?= "libstd-rs" | 10 | RUSTLIB_DEP ?= "libstd-rs" |
| 11 | RUST_TARGET_PATH = "${STAGING_LIBDIR_NATIVE}/rustlib" | 11 | export RUST_TARGET_PATH = "${STAGING_LIBDIR_NATIVE}/rustlib" |
| 12 | RUST_PANIC_STRATEGY ?= "unwind" | 12 | RUST_PANIC_STRATEGY ?= "unwind" |
| 13 | 13 | ||
| 14 | # Native builds are not effected by TCLIBC. Without this, rust-native | 14 | # Native builds are not effected by TCLIBC. Without this, rust-native |
