]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: drop mips n32 support
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Wed, 7 Nov 2018 17:59:22 +0000 (12:59 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Nov 2018 15:27:04 +0000 (15:27 +0000)
commit17d5574f05384edeb5c80ada2724fff4a1c3c94b
tree7ac0058d51a9b4baaa1768c36f188bdf70b7f3a6
parent2012d6b076fc833864a0254d56d78536314a6799
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
meta/recipes-devtools/valgrind/valgrind_3.14.0.bb