[Mesa-dev] [PATCH mesa 1/2] docs: add meson cross compilation instructions

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 29 17:35:32 UTC 2018


On Thu, 29 Nov 2018 at 15:51, Eric Engestrom <eric.engestrom at intel.com> wrote:
>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> The 32-bit linux one is tested, but the other two are "I think this
> should be right".

There's a small nit about the 32 bit linux build. But regardless, the series is
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

If any of the examples off, we can correct when we spot it. These are
a really good starting point.


> +ar = '/usr/bin/ar'
AFAICT the archive produced by ar shouldn't vary across CPU
architectures. Although varying filename limitations (imposed by the
file system) are common.

> +llvm-config = '/usr/bin/llvm-config'
llvm-config will vary greatly across distros, but on Arch it should be
....llvm-config32,
Things may work with as-is, but I'm not sure how reliable/good idea it is.

HTH
-Emil


More information about the mesa-dev mailing list