xen: force usage of gcc

xen-tools and xen (and possibly others) fail to compile with clang, with the following error:
 configure: error: in `/builder/meta-arm/build/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/xen-tools/4.17+stableAUTOINC+11560248ff-r0/git/tools':
 configure: error: C compiler cannot create executables
 See `config.log' for more details
 configure: error: ./configure failed for tools

Force all of xen to use gcc until this issue can be resolved.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Jon Mason 2023-01-23 10:44:54 -05:00 committed by Bruce Ashfield
parent 2119189361
commit 51bb65bece

View File

@ -2,6 +2,8 @@ HOMEPAGE = "http://xen.org"
LICENSE = "GPL-2.0-only" LICENSE = "GPL-2.0-only"
SECTION = "console/tools" SECTION = "console/tools"
TOOLCHAIN = "gcc"
inherit autotools-brokensep pkgconfig inherit autotools-brokensep pkgconfig
require xen-arch.inc require xen-arch.inc