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

Dylan Baker dylan at pnwbakers.com
Thu Jan 3 18:18:42 UTC 2019


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 <eric.engestrom at intel.com>
> ---
>  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 <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190103/4d5264f6/attachment-0001.sig>


More information about the mesa-dev mailing list