On Mon, May 7, 2018 at 1:38 PM, Matt Turner <matts...@gentoo.org> wrote: > == Convert media-libs/mesa ebuild to build with Meson == > https://bugs.gentoo.org/652762 > > Ebuild posted. Blocked on problems surrounding LLVM (this is the story of > maintaining media-libs/mesa). > > The problem is that Meson has no way of specifying a different llvm-config > binary without a cross file, which our meson.eclass does not generate for > 32-bit x86 builds on amd64. We've filed a Meson issue here [4] but haven't > seen > any progress towards a solution.
Just wanted to highlight this section for the Meson maintainers specifically. Why do we not generate cross files for 32-bit builds on 64-bit? As far as I understand that would be sufficient for us. Do you have any suggestions?