[oe-commits] [openembedded-core] 06/08: valgrind: Mark powerpc64 with musl as incompatible

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 16:36:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d4eb90b5a4bc5fd8619120f783bc78b0e7dc829e
Author: Serhey Popovych <serhe.popovych at gmail.com>
AuthorDate: Sat Jan 12 11:22:50 2019 +0200

    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 <serhe.popovych at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
index 54d09f0..db1bd9f 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list