aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-08-08 10:32:13 +0200
committerJan Beulich <jbeulich@suse.com>2013-08-08 10:32:13 +0200
commite73ba1509107f58f49203c0efe7e1b5a9dacbb55 (patch)
treece812851f1eae53e93b79cef0740886ac1f1f164
parent80571b8025d74089dae4314f989b0bb1b2096d47 (diff)
downloadxen-e73ba1509107f58f49203c0efe7e1b5a9dacbb55.tar.gz
xen-e73ba1509107f58f49203c0efe7e1b5a9dacbb55.tar.bz2
xen-e73ba1509107f58f49203c0efe7e1b5a9dacbb55.zip
adjust x86 EFI build
While the rule to generate .init.o files from .o ones already correctly included $(extra-y), the setting of the necessary compiler flag didn't have the same. With some yet to be posted patch this resulted in build breakage because of the compiler deciding not to inline a few functions (which then results in .text not being empty as required for these object files). Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> master commit: 5656b93d215d7c5160790ea87758625ba1de16b1 master date: 2013-07-10 10:03:40 +0200
-rw-r--r--xen/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index f7cb8b2c86..f49046bcfe 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -101,7 +101,7 @@ obj-y := $(patsubst %/,%/built-in.o,$(obj-y))
subdir-all := $(subdir-y) $(subdir-n)
-$(filter %.init.o,$(obj-y) $(obj-bin-y)): CFLAGS += -DINIT_SECTIONS_ONLY
+$(filter %.init.o,$(obj-y) $(obj-bin-y) $(extra-y)): CFLAGS += -DINIT_SECTIONS_ONLY
ifeq ($(lto),y)
# Would like to handle all object files as bitcode, but objects made from