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/aviion/conf/Makefile.aviion | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/aviion/conf') diff --git a/sys/arch/aviion/conf/Makefile.aviion b/sys/arch/aviion/conf/Makefile.aviion index 1b3c080f2df..23cbbeefaa9 100644 --- a/sys/arch/aviion/conf/Makefile.aviion +++ b/sys/arch/aviion/conf/Makefile.aviion @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.aviion,v 1.1 2006/05/09 18:12:01 miod Exp $ +# $OpenBSD: Makefile.aviion,v 1.2 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 -Daviion -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} -- cgit v1.2.3