On Mon, 2019-07-29 at 11:00 +0800, Naveen Saini wrote:
> +COMPATIBLE_HOST = '(i.86|x86_64).*-linux'

This will match the beginning of string and as a result will return a
match even where there is a -gnux32 or -muslx32 at the end.

Try using:

COMPATIBLE_HOST_x86-x32 = "null"

Thanks,

Anuj
-- 
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to