[meta-intel] [PATCH] gmmlib: disable x32 build

Mittal, Anuj anuj.mittal at intel.com
Sun Jul 28 20:58:11 PDT 2019


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


More information about the meta-intel mailing list