diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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() { | |||
193 | do_post_patch_append_arm() { | 193 | do_post_patch_append_arm() { |
194 | # The hypervisor binary must not be built with the hard floating point ABI. | 194 | # The hypervisor binary must not be built with the hard floating point ABI. |
195 | echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${S}/xen/arch/arm/Rules.mk | 195 | echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${S}/xen/arch/arm/Rules.mk |
196 | echo "CPP := \$(filter-out ${TUNE_CCARGS},\$(CPP))" >> ${S}/xen/arch/arm/Rules.mk | ||
196 | } | 197 | } |
197 | 198 | ||
198 | addtask post_patch after do_patch before do_configure | 199 | addtask post_patch after do_patch before do_configure |