diff options
author | sweeaun <swee.aun.khor@intel.com> | 2017-08-16 19:07:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 23:46:38 +0100 |
commit | d654f4934d9c877167c69216aabb80ff75beff40 (patch) | |
tree | a9a6189e86e0ab426d4f1707e4bb4bad155f6c71 /meta/recipes-devtools | |
parent | 178d5845c3f9e240032beb64cb136b5e22e50f8c (diff) | |
download | poky-d654f4934d9c877167c69216aabb80ff75beff40.tar.gz |
valgrind: disable build for muslx32
Disable build for muslx32.X32 isn't supported by valgrind at this
moment.
(From OE-Core rev: a945141062ac3d0736558be428f60af405b53a94)
Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb index a5c49431a5..25b412662a 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | |||
@@ -51,6 +51,7 @@ COMPATIBLE_HOST_armv6 = 'null' | |||
51 | 51 | ||
52 | # X32 isn't supported by valgrind at this time | 52 | # X32 isn't supported by valgrind at this time |
53 | COMPATIBLE_HOST_linux-gnux32 = 'null' | 53 | COMPATIBLE_HOST_linux-gnux32 = 'null' |
54 | COMPATIBLE_HOST_linux-muslx32 = 'null' | ||
54 | 55 | ||
55 | # Disable for some MIPS variants | 56 | # Disable for some MIPS variants |
56 | COMPATIBLE_HOST_mipsarchn32 = 'null' | 57 | COMPATIBLE_HOST_mipsarchn32 = 'null' |