aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Rules.mk
diff options
context:
space:
mode:
authorTim Deegan <tim@xen.org>2013-08-15 11:20:48 +0100
committerTim Deegan <tim@xen.org>2013-08-15 16:38:41 +0100
commitf5a54e9235a72b6f371c522d16ca2e74c25896cf (patch)
treeb5a9508d3b413d6c8afbf501b4270c7a77d68736 /xen/arch/x86/Rules.mk
parentab7f9a793c78dfea81c037b34b0dd2db7070d8f8 (diff)
downloadxen-f5a54e9235a72b6f371c522d16ca2e74c25896cf.tar.gz
xen-f5a54e9235a72b6f371c522d16ca2e74c25896cf.tar.bz2
xen-f5a54e9235a72b6f371c522d16ca2e74c25896cf.zip
xen: move some arch CFLAGS into the common Rules.mk.
These are the same on all current architectures, so move them into xen/Rules.mk. Lay them out a little more neatly too. Signed-off-by: Tim Deegan <tim@xen.org> Reviewed-by: Jan Beulich <jbeulich@suse.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/Rules.mk')
-rw-r--r--xen/arch/x86/Rules.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index 0a9d68d7ca..f629dff3f4 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -25,8 +25,6 @@ ifneq ($(XEN_OS),SunOS)
CFLAGS-$(gcc) += -nostdinc
endif
-CFLAGS += -fno-builtin -fno-common -Wredundant-decls
-CFLAGS += -iwithprefix include -Werror -Wno-pointer-arith -pipe
CFLAGS += -I$(BASEDIR)/include
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default