[oe-commits] [openembedded-core] 26/48: valgrind: drop mips n32 support

git at git.openembedded.org git at git.openembedded.org
Thu Nov 8 22:21:57 UTC 2018


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

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

commit 7bdd2d25eb6efb91dc9d5060b846d3ace84d02b5
Author: Randy MacLeod <Randy.MacLeod at windriver.com>
AuthorDate: Wed Nov 7 12:59:22 2018 -0500

    valgrind: drop mips n32 support
    
    valgrind for qemumips64 multilib builds fails to configure
    for libn32 with the error:
       configure:6190: checking for 32 bit build support
       ...
       fatal error: bits/long-double-32.h: No such file or directory
    It seems that the toolchain is producing:
       tmp-glibc/sysroots-components/mips64-n32/libn32-glibc/usr/include/bits/long-double-n32.h
    
    Until the toolchain problem is resolved, skip valgrind for libn32.
    
    Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 +
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb                  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 4ec1f92..33d9c09 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -63,6 +63,7 @@ VALGRIND_armeb = ""
 VALGRIND_aarch64 = ""
 VALGRIND_riscv64 = ""
 VALGRIND_linux-gnux32 = ""
+VALGRIND_linux-gnun32 = ""
 
 RDEPENDS_${PN} = "\
     ${PROFILETOOLS} \
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
index 7f0a93f..97e58a4 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
@@ -54,6 +54,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
 
 # Disable for some MIPS variants
 COMPATIBLE_HOST_mipsarchr6 = 'null'
+COMPATIBLE_HOST_linux-gnun32 = 'null'
 
 inherit autotools ptest multilib_header
 

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


More information about the Openembedded-commits mailing list