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.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index bf4b3c28..365f71d9 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -842,6 +842,12 @@ export LDFLAGS=""
842# patching the build to be ok with this 842# patching the build to be ok with this
843TUNE_CCARGS := "${@oe.utils.str_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" 843TUNE_CCARGS := "${@oe.utils.str_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}"
844 844
845# Supply the full set of compiler flags via the tool variables
846# Yocto supplys _FORTIFY_SOURCE via CC/CPP/CXX but optimization -O via C*FLAGS
847CC_append = " ${CFLAGS}"
848CPP_append = " ${CPPFLAGS}"
849CXX_append = " ${CXXFLAGS}"
850
845EXTRA_OECONF += " \ 851EXTRA_OECONF += " \
846 --exec-prefix=/usr \ 852 --exec-prefix=/usr \
847 --prefix=/usr \ 853 --prefix=/usr \