summaryrefslogtreecommitdiffstats
path: root/package/dtc/0002-extra-cflags.patch
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-01-13 20:40:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-14 20:41:20 +0100
commit8b500c1b63dc6e7b266c18af3c9bde8bf2ebbba2 (patch)
treeb15d33d8a57de65c9b3c19e50c6f56053e1d6dc4 /package/dtc/0002-extra-cflags.patch
parent304755acf59bf2fedd2b226314a089d54b65c729 (diff)
downloadbuildroot-8b500c1b63dc6e7b266c18af3c9bde8bf2ebbba2.tar.gz
buildroot-8b500c1b63dc6e7b266c18af3c9bde8bf2ebbba2.zip
dtc: bump version to 1.4.1
Patch 0001-separate-lib-install.patch is no longer needed, original Makefile already contains separate install-lib target (but build always complete default target). Remove superfluous CFLAGS setting. Adjust 0002-extra-cflags.patch. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dtc/0002-extra-cflags.patch')
-rw-r--r--package/dtc/0002-extra-cflags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dtc/0002-extra-cflags.patch b/package/dtc/0002-extra-cflags.patch
index 51b79572e8..f070692c0f 100644
--- a/package/dtc/0002-extra-cflags.patch
+++ b/package/dtc/0002-extra-cflags.patch
@@ -23,7 +23,7 @@ index 962f94eba661..bf6b317158cf 100644
CPPFLAGS = -I libfdt -I .
-WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
+WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
- -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls
+ -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
+CFLAGS ?= -g -Os
+CFLAGS += -fPIC $(WARNINGS)
OpenPOWER on IntegriCloud