sysklogd: fix build on musl
[buildroot-gz.git] / package / xen / 0001-Remove-hardcoded-strict-Werror-checking.patch
blobca772ddfb1e27c88cd90067921de7ff8401e253f
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>
7 ---
8 Config.mk | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/Config.mk b/Config.mk
12 index bd991c6..e7ac662 100644
13 --- a/Config.mk
14 +++ b/Config.mk
15 @@ -36,7 +36,7 @@ CONFIG_$(XEN_OS) := y
16 SHELL ?= /bin/sh
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
24 --
25 2.7.4