diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-11-09 02:10:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-11-09 02:10:22 +0000 |
commit | 3eda12f9798bcad13b82531bfdc6532022585b6f (patch) | |
tree | 5fd158057a9351f4f4fb4ca9ec4358a23a25a71b /sys/arch/sun3/conf/Makefile.sun3 | |
parent | 65ba57ed68d64fba9cee6cebbcc251175721da43 (diff) |
Argh, repair CFLAGS.
Diffstat (limited to 'sys/arch/sun3/conf/Makefile.sun3')
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 6426ec4e7c0..08c32ebb0a9 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sun3,v 1.23 2000/09/28 23:50:12 miod Exp $ +# $OpenBSD: Makefile.sun3,v 1.24 2000/11/09 02:10:21 miod Exp $ # $NetBSD: Makefile.sun3,v 1.51 1996/09/09 21:07:08 mycroft Exp $ # Makefile for OpenBSD @@ -37,7 +37,7 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dsun3 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes \ - -Wno-format -Wno-uninitialized -Wno-main \ + -Wno-format -Wno-uninitialized -Wno-main CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float -fno-defer-pop AFLAGS= -m68020 -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 0E004000 -e start |