summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/conf/Makefile.sun3
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/conf/Makefile.sun3')
-rw-r--r--sys/arch/sun3/conf/Makefile.sun34
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3
index dff3e30ec28..c3410ec93c7 100644
--- a/sys/arch/sun3/conf/Makefile.sun3
+++ b/sys/arch/sun3/conf/Makefile.sun3
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sun3,v 1.32 2002/08/09 20:24:43 miod Exp $
+# $OpenBSD: Makefile.sun3,v 1.33 2002/12/02 09:00:26 miod Exp $
# $NetBSD: Makefile.sun3,v 1.51 1996/09/09 21:07:08 mycroft Exp $
# Makefile for OpenBSD
@@ -44,7 +44,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
-Dmc68020 -Dsun3
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main
-CMACHFLAGS= -m68020 -msoft-float
+CMACHFLAGS= -m68020 -msoft-float -fno-stack-protector
COPTS?= -O2
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE ${CMACHFLAGS}