From a050ca848bd7025f5a81388aea358c28e0921f4a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 13 Sep 2012 20:13:36 +0100 Subject: 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 --- tools/Rules.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/Rules.mk') diff --git a/tools/Rules.mk b/tools/Rules.mk index f4e84c1b77..8d55e038f0 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -78,11 +78,6 @@ CFLAGS += $(CFLAGS-y) CFLAGS += $(EXTRA_CFLAGS_XEN_TOOLS) -# Require GCC v3.4+ (to avoid issues with alignment constraints in Xen headers) -check-$(CONFIG_X86) = $(call cc-ver-check,CC,0x030400,\ - "Xen requires at least gcc-3.4") -$(eval $(check-y)) - INSTALL_PYTHON_PROG = \ $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" $(INSTALL_PROG) -- cgit v1.2.3