diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 32e836a9..d863c8f0 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -192,7 +192,7 @@ do_post_patch() { | |||
192 | 192 | ||
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))" >> ${B}/xen/arch/arm/Rules.mk | 195 | echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${S}/xen/arch/arm/Rules.mk |
196 | } | 196 | } |
197 | 197 | ||
198 | addtask post_patch after do_patch before do_configure | 198 | addtask post_patch after do_patch before do_configure |