mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 19:14:28 +00:00
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:
parent
178d5845c3
commit
d654f4934d
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user