From d4eb90b5a4bc5fd8619120f783bc78b0e7dc829e Mon Sep 17 00:00:00 2001 From: Serhey Popovych Date: Sat, 12 Jan 2019 11:22:50 +0200 Subject: 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. Signed-off-by: Serhey Popovych Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/valgrind/valgrind_3.14.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/valgrind') diff --git a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb index 54d09f071f..db1bd9fc5b 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb @@ -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" -- cgit 1.2.3-korg