1 From 234847440a5d3cf95540ea79f7a08d50cccfef73 Mon Sep 17 00:00:00 2001
2 From: Alistair Francis <alistair.francis@xilinx.com>
3 Date: Tue, 13 Sep 2016 10:48:31 -0700
4 Subject: [PATCH] Remove hardcoded strict -Werror checking
6 Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/Config.mk b/Config.mk
12 index bd991c6..e7ac662 100644
15 @@ -36,7 +36,7 @@ CONFIG_$(XEN_OS) := y
18 # Tools to run on system hosting the build
19 -HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
20 +HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
21 HOSTCFLAGS += -fno-strict-aliasing
23 DISTDIR ?= $(XEN_ROOT)/dist