diff options
-rw-r--r-- | meta-oe/recipes-devtools/perfetto/perfetto.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb b/meta-oe/recipes-devtools/perfetto/perfetto.bb index 7e9408b0b2..884e0a024b 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.bb +++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb | |||
@@ -96,8 +96,8 @@ do_configure () { | |||
96 | 96 | ||
97 | ARGS=$ARGS" target_os=\"linux\"" | 97 | ARGS=$ARGS" target_os=\"linux\"" |
98 | ARGS=$ARGS" target_cpu=\"$arch\"" | 98 | ARGS=$ARGS" target_cpu=\"$arch\"" |
99 | ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS}\"" | 99 | ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\"" |
100 | ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS}\"" | 100 | ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\"" |
101 | ARGS=$ARGS" target_strip=\"$STRIP_BIN\"" # | 101 | ARGS=$ARGS" target_strip=\"$STRIP_BIN\"" # |
102 | ARGS=$ARGS" target_sysroot=\"${RECIPE_SYSROOT}\"" | 102 | ARGS=$ARGS" target_sysroot=\"${RECIPE_SYSROOT}\"" |
103 | ARGS=$ARGS" target_linker=\"$CC_BIN ${TUNE_CCARGS} ${LDFLAGS}\"" | 103 | ARGS=$ARGS" target_linker=\"$CC_BIN ${TUNE_CCARGS} ${LDFLAGS}\"" |