meson: work around gentoo applying -m32 to host compiler in cross builds
authorDylan Baker <dylan@pnwbakers.com>
Thu, 7 Jun 2018 17:48:38 +0000 (10:48 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 7 Jun 2018 18:54:06 +0000 (11:54 -0700)
commit8f2421d73be596c12019196189255f22fd3edb54
tree682008c5e82f3e0bf7df9912bbd398dce0a66145
parente0fa2399628b8cfa06785647c2750b3c206e6563
meson: work around gentoo applying -m32 to host compiler in cross builds

Gentoo's ebuild system always adds -m32 to the compiler for doing x86_64
-> x86 cross builds, while meson expects it not to do that. This
results in an x86 -> x86 cross build, and assembly gets disabled.

Fixes: 2d62fc06465281d3d45b8a7c7fd2b17ef718448c
       ("meson: disable x86 asm in fewer cases.")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
meson.build