diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-27 05:58:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-27 05:58:13 +0000 |
commit | e321bb4f02f8d259815fefaaf8ceb40153674b51 (patch) | |
tree | 77f3f5288ae6e1dce4daa7fc60a2958127190cda /sys/arch/vax/conf/Makefile.vax | |
parent | 34aa0a61adcf1ff6404e30f1f422ba690b2c0a29 (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/vax/conf/Makefile.vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index abc031eaacb..2c8221cdc93 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.26 2003/11/24 16:11:25 espie Exp $ +# $OpenBSD: Makefile.vax,v 1.27 2006/07/27 05:58:12 miod Exp $ # $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $ # Makefile for OpenBSD/vax @@ -66,7 +66,8 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -D_VAX_INLINE_ CWARNFLAGS?= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \ - -Wno-main -Wno-format -Wno-uninitialized + -Wno-main -Wno-format -Wno-uninitialized \ + -Wstack-larger-than-2047 .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif |