summaryrefslogtreecommitdiffstats
path: root/package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@xilinx.com>2016-09-13 13:45:03 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-17 15:55:13 +0200
commitce29aaf030bdb82c5eec5ab8deafad6a863a3331 (patch)
tree04fac435ad4e5a21bb940b8309993282cca2b4e0 /package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch
parente23ddf0c13e6d3b054782b86188396a0c2add1a5 (diff)
downloadbuildroot-ce29aaf030bdb82c5eec5ab8deafad6a863a3331.tar.gz
buildroot-ce29aaf030bdb82c5eec5ab8deafad6a863a3331.zip
xen: remove -Werror when building host tools
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch')
-rw-r--r--package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch b/package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch
new file mode 100644
index 0000000000..ca772ddfb1
--- /dev/null
+++ b/package/xen/0001-Remove-hardcoded-strict-Werror-checking.patch
@@ -0,0 +1,26 @@
+From 234847440a5d3cf95540ea79f7a08d50cccfef73 Mon Sep 17 00:00:00 2001
+From: Alistair Francis <alistair.francis@xilinx.com>
+Date: Tue, 13 Sep 2016 10:48:31 -0700
+Subject: [PATCH] Remove hardcoded strict -Werror checking
+
+Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
+---
+ Config.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Config.mk b/Config.mk
+index bd991c6..e7ac662 100644
+--- a/Config.mk
++++ b/Config.mk
+@@ -36,7 +36,7 @@ CONFIG_$(XEN_OS) := y
+ SHELL ?= /bin/sh
+
+ # Tools to run on system hosting the build
+-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
++HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+ HOSTCFLAGS += -fno-strict-aliasing
+
+ DISTDIR ?= $(XEN_ROOT)/dist
+--
+2.7.4
+
OpenPOWER on IntegriCloud