mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user