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 26504138..7eb2ac4b 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -842,6 +842,7 @@ export LDFLAGS="" | |||
842 | # conflicts with -mno-sse so instead we strip -mfpmath=sse instead of | 842 | # conflicts with -mno-sse so instead we strip -mfpmath=sse instead of |
843 | # patching the build to be ok with this | 843 | # patching the build to be ok with this |
844 | TUNE_CCARGS := "${@oe.utils.str_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" | 844 | TUNE_CCARGS := "${@oe.utils.str_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" |
845 | TUNE_CCARGS := "${@oe.utils.str_filter_out('-msse4.2', '${TUNE_CCARGS}', d)}" | ||
845 | 846 | ||
846 | # Supply the full set of compiler flags via the tool variables | 847 | # Supply the full set of compiler flags via the tool variables |
847 | # Yocto supplys _FORTIFY_SOURCE via CC/CPP/CXX but optimization -O via C*FLAGS | 848 | # Yocto supplys _FORTIFY_SOURCE via CC/CPP/CXX but optimization -O via C*FLAGS |