diff options
author | gene <gene@cvs.openbsd.org> | 1998-03-06 10:42:16 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-03-06 10:42:16 +0000 |
commit | 5bf8b4b248708994044c7e0ca0bdce285a3e9677 (patch) | |
tree | d1ede1134e6f2c2284ee42fed9caa0f63243a190 /sys/arch/mac68k/conf/Makefile.mac68k | |
parent | 4a4db01b88ae5495ee68a3a676d3f99394a241ef (diff) |
Back out gcc 2.8 warning stubs.
Obviously, they break earlier versions of which there are still a great number
floating around.
Diffstat (limited to 'sys/arch/mac68k/conf/Makefile.mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index c04c860a257..2a380e5d0a3 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.17 1998/03/04 22:26:45 ryker Exp $ +# $OpenBSD: Makefile.mac68k,v 1.18 1998/03/06 10:42:15 gene Exp $ # $NetBSD: Makefile.mac68k,v 1.53 1997/04/15 06:11:38 scottr Exp $ # Makefile for OpenBSD @@ -35,8 +35,7 @@ MAC68K= $S/arch/mac68k INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Dmac68k -CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wno-uninitialized -Wno-format -Wno-main +CWARNFLAGS= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -n -Ttext 0 -e start |