aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk5
1 files changed, 0 insertions, 5 deletions
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)