diff options
author | gene <gene@cvs.openbsd.org> | 1998-03-06 19:14:45 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-03-06 19:14:45 +0000 |
commit | 4d2290c84d94965392eacc3ebcb8d9eb74559e10 (patch) | |
tree | f1c33dc51f4621dca9536b7744d758c33722c70d /sys/arch/mac68k | |
parent | 0e2c6f2c3ea869ca7aeb414c7d7d96ed24b76e8b (diff) |
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.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 5 |
1 files changed, 3 insertions, 2 deletions
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 |