From 4d2290c84d94965392eacc3ebcb8d9eb74559e10 Mon Sep 17 00:00:00 2001 From: gene Date: Fri, 6 Mar 1998 19:14:45 +0000 Subject: After talk w/ developers, revert gcc 2.8 changes again. We're striving for progressiveness. If you want to build a kernel now, though, you /need/ gcc 2.8. --- sys/arch/mac68k/conf/Makefile.mac68k | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 2a380e5d0a3..ee2ec89989d 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.18 1998/03/06 10:42:15 gene Exp $ +# $OpenBSD: Makefile.mac68k,v 1.19 1998/03/06 19:14:44 gene Exp $ # $NetBSD: Makefile.mac68k,v 1.53 1997/04/15 06:11:38 scottr Exp $ # Makefile for OpenBSD @@ -35,7 +35,8 @@ MAC68K= $S/arch/mac68k INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Dmac68k -CWARNFLAGS= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized +CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ + -Wno-uninitialized -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 -- cgit v1.2.3