[Buildroot] [PATCH] package/kvm-unit-tests: Fix build on big endian aarch64 targets
Cornelia Huck
cohuck at redhat.com
Mon May 30 08:43:43 UTC 2022
On Sun, May 29 2022, Thomas Huth <huth at tuxfamily.org> wrote:
> When building with BR2_cortex_a76 in big endian mode, the build of
> the kvm-unit-tests is currently failing since the "--arch" option
> of the configure script is not set right. We also have to look at
> BR2_aarch64_be in this case to get this initialized properly.
>
> Fixes: f7228dadd371 ("package/kvm-unit-tests: add more arm support")
> Signed-off-by: Thomas Huth <huth at tuxfamily.org>
> ---
> A failing build log can be seen here, for example:
> http://autobuild.buildroot.net/results/760f43a2780b78c753e6b5d631cb744db896f575/build-end.log
>
> package/kvm-unit-tests/kvm-unit-tests.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Ah, I had only tested LE, sorry about that.
Reviewed-by: Cornelia Huck <cohuck at redhat.com>
More information about the buildroot
mailing list