summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/conf/Makefile.luna88k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/luna88k/conf/Makefile.luna88k')
-rw-r--r--sys/arch/luna88k/conf/Makefile.luna88k5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k
index 67067d907cc..c025de6f948 100644
--- a/sys/arch/luna88k/conf/Makefile.luna88k
+++ b/sys/arch/luna88k/conf/Makefile.luna88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.luna88k,v 1.7 2006/05/04 19:24:11 miod Exp $
+# $OpenBSD: Makefile.luna88k,v 1.8 2006/07/27 05:58:11 miod Exp $
#
# Makefile for OpenBSD
#
@@ -37,7 +37,8 @@ M88K= $S/arch/m88k
INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dluna88k -Dm88k
CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \
- -Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes
+ -Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes \
+ -Wstack-larger-than-2047
CMACHFLAGS= -mno-check-zero-division -mmemcpy \
-fno-builtin-printf -fno-builtin-log
.if ${IDENT:M-DNO_PROPOLICE}