From e321bb4f02f8d259815fefaaf8ceb40153674b51 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 27 Jul 2006 05:58:13 +0000 Subject: Compile all kernels with -Wstack-usage-larger-than-2047, now that all offending code has been taken out and shot. ok deraadt@ --- sys/arch/mvmeppc/conf/Makefile.mvmeppc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvmeppc') diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 9c07a3e342e..e2749713aee 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.21 2006/06/01 21:46:27 pascoe Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.22 2006/07/27 05:58:11 miod Exp $ # # Makefile for OpenBSD PowerPC # @@ -39,7 +39,8 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ -D__mvmeppc__ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wno-uninitialized -Wno-format -Wno-main + -Wno-uninitialized -Wno-format -Wno-main \ + -Wstack-larger-than-2047 CMACHFLAGS= -msoft-float -Wa,-m7400 -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector -- cgit v1.2.3