summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen.inc')
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 15ec8cbb..8dfe589a 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -830,7 +830,7 @@ export LDFLAGS=""
830# Yocto injects -mfpmath=sse for some machine types into the CFLAGS which 830# Yocto injects -mfpmath=sse for some machine types into the CFLAGS which
831# conflicts with -mno-sse so instead we strip -mfpmath=sse instead of 831# conflicts with -mno-sse so instead we strip -mfpmath=sse instead of
832# patching the build to be ok with this 832# patching the build to be ok with this
833TUNE_CCARGS := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" 833TUNE_CCARGS := "${@oe.utils.str_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}"
834 834
835EXTRA_OECONF += " \ 835EXTRA_OECONF += " \
836 --exec-prefix=/usr \ 836 --exec-prefix=/usr \