aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-04 18:34:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-04 18:34:00 +0000
commit1628730478bd5e360d7fcbe2114f632ccdf73c1b (patch)
tree48d4266bebf96f6bd3863d91fa77d0e1bf94e19f /lib/csu
parentbbe4999bd190bc41d78a4c23b331a158a29ab8dc (diff)
downloadsrc-1628730478bd5e360d7fcbe2114f632ccdf73c1b.tar.gz
src-1628730478bd5e360d7fcbe2114f632ccdf73c1b.zip
This is now Gcc 3.3 WARNS 6 clean.
Notes
Notes: svn path=/head/; revision=114667
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/i386-elf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile
index c5b902a2eeca..7e2510cb64e6 100644
--- a/lib/csu/i386-elf/Makefile
+++ b/lib/csu/i386-elf/Makefile
@@ -5,6 +5,7 @@
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
+WARNS?= 6
CFLAGS+= -elf -Wall \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include