[OE-core] [PATCH] valgrind: disable build for muslx32

swee.aun.khor at intel.com swee.aun.khor at intel.com
Thu Aug 17 02:07:52 UTC 2017


From: sweeaun <swee.aun.khor at intel.com>

Disable build for muslx32.X32 isn't supported by valgrind at this
moment.

Signed-off-by: sweeaun <swee.aun.khor at intel.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
index a5c4943..25b4126 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'
 
 # X32 isn't supported by valgrind at this time
 COMPATIBLE_HOST_linux-gnux32 = 'null'
+COMPATIBLE_HOST_linux-muslx32 = 'null'
 
 # Disable for some MIPS variants
 COMPATIBLE_HOST_mipsarchn32 = 'null'
-- 
2.7.4




More information about the Openembedded-core mailing list