From ee94ad466cc3ffbf214a00a6a9aaad6d8ff68794 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Fri, 17 Jul 2020 14:03:49 -0700 Subject: xen, arm32: filter out unwanted tune flags from CPP as per CC Avoids passing the wrong floating point ABI flags to the linker. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended/xen/xen.inc') diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 58b57e58..3c1e3b95 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc @@ -193,6 +193,7 @@ do_post_patch() { do_post_patch_append_arm() { # The hypervisor binary must not be built with the hard floating point ABI. echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${S}/xen/arch/arm/Rules.mk + echo "CPP := \$(filter-out ${TUNE_CCARGS},\$(CPP))" >> ${S}/xen/arch/arm/Rules.mk } addtask post_patch after do_patch before do_configure -- cgit v1.2.3-54-g00ecf