summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2010-07-15 02:22:50 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2010-07-15 02:22:50 +0000
commit0d95bb16e38c5adfaf87d9d55368ae3eafc15e56 (patch)
treef65dc812426bc42eb57497a84e3bf5d0c443b21d /gnu
parent9d1f4f86c5a978ec9e5be07d889c8974a2a08f31 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dtc/Makefile b/gnu/usr.bin/dtc/Makefile
index 873bced9c631..7bf8fd52ffc1 100644
--- a/gnu/usr.bin/dtc/Makefile
+++ b/gnu/usr.bin/dtc/Makefile
@@ -13,7 +13,7 @@ SRCS= dtc.c checks.c fstree.c livetree.c treesource.c data.c \
fdt.c fdt_ro.c fdt_rw.c fdt_strerror.c \
fdt_sw.c fdt_wip.c ${DTCVERSIONFILE}
-CFLAGS = -Wall -g -Os -fPIC -Wpointer-arith -Wcast-qual
+WARNS?= 2
CFLAGS+= -I. -I${.CURDIR} -I${DTCDIR} -I${LIBFDTDIR}
VERSIONMAJ!= awk '/^VERSION =/ { print $$3 }' ${DTCDIR}/Makefile