mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xtf: Supply DEBUG_PREFIX_MAP to the compiler flags
Fixes the QA warnings about package contains reference to TMPDIR. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
b4ddfe955e
commit
876a9da42a
|
@ -30,7 +30,7 @@ RDEPENDS:${PN} = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \
|
oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}" \
|
||||||
CPP="${CPP}" \
|
CPP="${CPP}" \
|
||||||
LD="${LD}" \
|
LD="${LD}" \
|
||||||
OBJCOPY="${OBJCOPY}" \
|
OBJCOPY="${OBJCOPY}" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user