From: Yi Zhao Date: Thu, 17 Nov 2016 06:05:41 +0000 (+0800) Subject: grub_git: set COMPATIBLE_HOST_armv7ve to null X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2758f03cc380990265b0bc139841d6735e0afd8d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub_git: set COMPATIBLE_HOST_armv7ve to null When build nxp-ls10xx which enable hard-float, it try to force soft-float: | checking if compiling with clang... no | checking for options to compile assembly... | checking whether -freg-struct-return works... yes | checking for options to get soft-float... no | configure: error: could not force soft-float Set COMPATIBLE_HOST_armv7ve to null to skip the build. Signed-off-by: Yi Zhao Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 493b6956ee4..eb824ccc715 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -17,6 +17,7 @@ S = "${WORKDIR}/git" COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' COMPATIBLE_HOST_armv7a = 'null' +COMPATIBLE_HOST_armv7ve = 'null' inherit autotools gettext texinfo