summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2023-01-23 10:44:54 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:32:06 -0500
commit51bb65bece6acbf5ede9c5988e70e15adf95ca45 (patch)
treed2402f3cde1a5d0249c491608b5e3f2b685c6bfa /recipes-extended/xen/xen.inc
parent211918936180a0b2a5af770bd5c52025d34221db (diff)
downloadmeta-virtualization-51bb65bece6acbf5ede9c5988e70e15adf95ca45.tar.gz
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>
Diffstat (limited to 'recipes-extended/xen/xen.inc')
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 5937763a..dcd281b5 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -2,6 +2,8 @@ HOMEPAGE = "http://xen.org"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3SECTION = "console/tools" 3SECTION = "console/tools"
4 4
5TOOLCHAIN = "gcc"
6
5inherit autotools-brokensep pkgconfig 7inherit autotools-brokensep pkgconfig
6 8
7require xen-arch.inc 9require xen-arch.inc