[Mesa-dev] [Bug 108922] Meson: crosscompiling with a crossfile seems to fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 3 09:00:58 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108922

--- Comment #2 from Eric Engestrom <fdo-bugs at engestrom.ch> ---
You tried adding the compiler `-m32` flag (through CFLAGS), but you were still
missing the linker `-m32` flag (LDFLAGS).

Try using the cross file I sent on the mailing list last week:
https://lists.freedesktop.org/archives/mesa-dev/2018-November/210647.html
(we need to discuss something, but then I'll push it and it will be available
on https://mesa3d.org/meson.html)

BTW, with meson it is not recommended to use env vars, but to use meson flags
and settings, as it handles those better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181203/e9977f9e/attachment.html>


More information about the mesa-dev mailing list