summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rust/rust.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust.inc b/meta/recipes-devtools/rust/rust.inc
index d0f7467a88..7e302b5992 100644
--- a/meta/recipes-devtools/rust/rust.inc
+++ b/meta/recipes-devtools/rust/rust.inc
@@ -177,6 +177,8 @@ rust_runx () {
177 unset CXXFLAGS 177 unset CXXFLAGS
178 unset CPPFLAGS 178 unset CPPFLAGS
179 179
180 export RUSTFLAGS="${RUST_DEBUG_REMAP}"
181
180 # Copy the natively built llvm-config into the target so we can run it. Horrible, 182 # Copy the natively built llvm-config into the target so we can run it. Horrible,
181 # but works! 183 # but works!
182 if [ ${RUST_ALTERNATE_EXE_PATH_NATIVE} != ${RUST_ALTERNATE_EXE_PATH} ]; then 184 if [ ${RUST_ALTERNATE_EXE_PATH_NATIVE} != ${RUST_ALTERNATE_EXE_PATH} ]; then