[OE-core] [PATCH] v86d: Accept aarch64 as build host

Burton, Ross ross.burton at intel.com
Sun Jul 10 09:53:08 UTC 2016


On 10 July 2016 at 00:27, Khem Raj <raj.khem at gmail.com> wrote:

> +       local m=`uname -m`
> +       if [ "$m" = "i686" -o "$m" = "i586" -o "$m" = "i486" -o "$m" =
> "i386" ]; then
> +               echo "n";
> +-      elif [ "$m" = "x86_64" ]; then
> ++      elif [ "$m" = "x86_64" -o "$m" = "aarch64" ]; then
> +               echo "y";
> +       else
>

Surely this entire block is wrong for cross-compilation - looking at uname
to determine what to build for the target?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160710/3b282bf6/attachment-0002.html>


More information about the Openembedded-core mailing list