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 <[email protected]>
> ---
>  docs/meson.html | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/meson.html b/docs/meson.html
> index e7ae061e6096fe12a8b7..eff13aa1c515825eb564 100644
> --- a/docs/meson.html
> +++ b/docs/meson.html
> @@ -286,14 +286,14 @@ <h2 id="cross-compilation">2. Cross-compilation and 
> 32-bit builds</h2>
>  [binaries]
>  c = '/usr/bin/aarch64-linux-gnu-gcc'
>  cpp = '/usr/bin/aarch64-linux-gnu-g++'
> -ar = '/usr/bin/aarch64-linux-gnu-ar'
> +ar = '/usr/bin/aarch64-linux-gnu-gcc-ar'
>  strip = '/usr/bin/aarch64-linux-gnu-strip'
>  pkgconfig = '/usr/bin/aarch64-linux-gnu-pkg-config'
>  exe_wrapper = '/usr/bin/qemu-aarch64-static'
>  
>  [host_machine]
>  system = 'linux'
> -cpu_family = 'arm'
> +cpu_family = 'aarch64'
>  cpu = 'aarch64'
>  endian = 'little'
>  </pre>
> -- 
> Cheers,
>   Eric
> 

for the series:
Reviewed-by: Dylan Baker <[email protected]>

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to