aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-13 20:13:36 +0100
committerKeir Fraser <keir@xen.org>2012-09-13 20:13:36 +0100
commita050ca848bd7025f5a81388aea358c28e0921f4a (patch)
treec0845b9d4ebab5e959b6b7bca57855e76c56f1d3 /xen/arch/x86/Rules.mk
parentc53cc61d06179d1c44755644100c7359cb8e583b (diff)
downloadxen-a050ca848bd7025f5a81388aea358c28e0921f4a.tar.gz
xen-a050ca848bd7025f5a81388aea358c28e0921f4a.tar.bz2
xen-a050ca848bd7025f5a81388aea358c28e0921f4a.zip
build: Require GCC 4.1 or later.
Centralise the version check in Config.mk. Any more strict version requirements can be added to specific subdirs/arches. Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/Rules.mk')
-rw-r--r--xen/arch/x86/Rules.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index 6ab185f666..963850fe2a 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -50,7 +50,3 @@ CFLAGS += -fno-asynchronous-unwind-tables
ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
CFLAGS += -DGCC_HAS_VISIBILITY_ATTRIBUTE
endif
-
-# Require GCC v3.4+ (to avoid issues with alignment constraints in Xen headers)
-check-$(gcc) = $(call cc-ver-check,CC,0x030400,"Xen requires at least gcc-3.4")
-$(eval $(check-y))