summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf/Makefile.sparc64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-27 05:58:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-27 05:58:13 +0000
commite321bb4f02f8d259815fefaaf8ceb40153674b51 (patch)
tree77f3f5288ae6e1dce4daa7fc60a2958127190cda /sys/arch/sparc64/conf/Makefile.sparc64
parent34aa0a61adcf1ff6404e30f1f422ba690b2c0a29 (diff)
Compile all kernels with -Wstack-usage-larger-than-2047, now that all
offending code has been taken out and shot. ok deraadt@
Diffstat (limited to 'sys/arch/sparc64/conf/Makefile.sparc64')
-rw-r--r--sys/arch/sparc64/conf/Makefile.sparc643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64
index 9fdb486a73d..75d7707351f 100644
--- a/sys/arch/sparc64/conf/Makefile.sparc64
+++ b/sys/arch/sparc64/conf/Makefile.sparc64
@@ -16,7 +16,8 @@ INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL
CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
- -Wno-uninitialized -Wno-format -Wno-main
+ -Wno-uninitialized -Wno-format -Wno-main \
+ -Wstack-larger-than-2047
CMACHFLAGS= -Wa,-Av9a, -mno-fpu -fno-builtin-printf -fno-builtin-log
.if ${IDENT:M-DNO_PROPOLICE}