Re: [Mesa-dev] [PATCH mesa 1/2] docs: fix the meson aarch64 cross-file

2019-01-11 Thread Emil Velikov
On 2019/01/03, Eric Engestrom wrote: > `gcc-ar` is preferred over the generic `ar`, and the `arm` family is > for 32-bit ARM [1]. > > [1] https://mesonbuild.com/Reference-tables.html#cpu-families > > Signed-off-by: Eric Engestrom Nice. For the series Reviewed-by: Emil Velikov -Emil ___

Re: [Mesa-dev] [PATCH mesa 1/2] docs: fix the meson aarch64 cross-file

2019-01-03 Thread Dylan Baker
Quoting Eric Engestrom (2019-01-03 08:37:03) > `gcc-ar` is preferred over the generic `ar`, and the `arm` family is > for 32-bit ARM [1]. > > [1] https://mesonbuild.com/Reference-tables.html#cpu-families > > Signed-off-by: Eric Engestrom > --- > docs/meson.html | 4 ++-- > 1 file changed, 2 ins

[Mesa-dev] [PATCH mesa 1/2] docs: fix the meson aarch64 cross-file

2019-01-03 Thread Eric Engestrom
`gcc-ar` is preferred over the generic `ar`, and the `arm` family is for 32-bit ARM [1]. [1] https://mesonbuild.com/Reference-tables.html#cpu-families Signed-off-by: Eric Engestrom --- docs/meson.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/meson.html b/docs