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>
This commit is contained in:
sweeaun
2017-08-16 19:07:52 -07:00
committed by Richard Purdie
parent 178d5845c3
commit d654f4934d

View File

@@ -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'