diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 22:35:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 22:35:12 +0000 |
commit | 2d1c368e3e43e7d87fa2219854d5f98e7aa2f338 (patch) | |
tree | 670cc6bd78212b2f200443e844d93b33071c67c3 /sys/arch/hp300 | |
parent | 189a91772ede559c0f7166047745d3add52cddbe (diff) |
Add -Wno-main for GCC 2.8
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index fd8cf4e8a85..f14c83b5890 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.18 1997/09/23 07:09:53 downsj Exp $ +# $OpenBSD: Makefile.hp300,v 1.19 1998/03/03 22:34:52 niklas Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -36,7 +36,7 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dhp300 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ - -Wno-format + -Wno-format -Wno-main CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -n -Ttext 0 -e start |