mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
valgrind: Mark powerpc64 with musl as incompatible
Building musl for powerpc64 enforces elfv2 ABI since commit 68c964185519
("arch-powerpc64.inc: Use elfv2 ABI when building with musl") that is
not compatible with valgrind.
(From OE-Core rev: d4eb90b5a4bc5fd8619120f783bc78b0e7dc829e)
Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
842908cbf1
commit
79712bcaa1
@ -58,6 +58,9 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
|
||||
COMPATIBLE_HOST_mipsarchr6 = 'null'
|
||||
COMPATIBLE_HOST_linux-gnun32 = 'null'
|
||||
|
||||
# Disable for powerpc64 with musl
|
||||
COMPATIBLE_HOST_libc-musl_powerpc64 = 'null'
|
||||
|
||||
inherit autotools ptest multilib_header
|
||||
|
||||
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user