Hi Gavin,

Thanks for documenting these steps.

Comments are inline.

> +   cd numactl
> +   git checkout v2.0.11 -b v2.0.11
> +   ./autogen.sh
> +   autoconf -i
> +   ./configure --host=x86_64 CC=aarch64-linux-gnu-gcc prefix=<numa install
> dir>

>From ./configure -h:
"--host=HOST       cross-compile to build programs to run on HOST [BUILD]"
Shouldn't it be aarch64-linux-gnu?

Also I think it would be safer to use '--' with prefix, since I think the 
configure script
might not throw an error for an invalid argument that doesn't start with '--'.

> +   make install
> +

Regards,
Ali

Reply via email to