summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.5.0.bb')
-rw-r--r--recipes-extended/xen/xen_4.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen_4.5.0.bb b/recipes-extended/xen/xen_4.5.0.bb
index 6c17b906..7f791cc1 100644
--- a/recipes-extended/xen/xen_4.5.0.bb
+++ b/recipes-extended/xen/xen_4.5.0.bb
@@ -29,7 +29,7 @@ EXTRA_OEMAKE += "ETHERBOOT_ROMS=${STAGING_DIR_HOST}/usr/share/firmware/rtl8139.r
29 29
30do_configure_prepend() { 30do_configure_prepend() {
31 # fixup AS/CC/CCP/etc variable within StdGNU.mk 31 # fixup AS/CC/CCP/etc variable within StdGNU.mk
32 for i in AS LD CC CPP AR RANLIB NM STRIP OBJCOPY OBJDUMP; do 32 for i in LD CC CPP CXX; do
33 sed -i "s/^\($i\s\s*\).*=/\1?=/" ${S}/config/StdGNU.mk 33 sed -i "s/^\($i\s\s*\).*=/\1?=/" ${S}/config/StdGNU.mk
34 done 34 done
35 # fixup environment passing in some makefiles 35 # fixup environment passing in some makefiles