mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
valgrind: Fix multilib header conflict - valgrind/config.h
Header file conflict between 32-bit and 64-bit versions. (From OE-Core rev: 6084879306db61c347b6f01f3bb64de327a9052d) Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0728b89b56
commit
1cab8ef694
@@ -58,7 +58,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
|
||||
COMPATIBLE_HOST_mipsarchn32 = 'null'
|
||||
COMPATIBLE_HOST_mipsarchr6 = 'null'
|
||||
|
||||
inherit autotools ptest
|
||||
inherit autotools ptest multilib_header
|
||||
|
||||
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
||||
EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
|
||||
@@ -91,6 +91,7 @@ do_configure_prepend () {
|
||||
|
||||
do_install_append () {
|
||||
install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
|
||||
oe_multilib_header valgrind/config.h
|
||||
}
|
||||
|
||||
TUNE = "${@strip_mcpu(d)}"
|
||||
|
||||
Reference in New Issue
Block a user