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/hppa64/conf | |
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/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/Makefile.hppa64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index fd9c57129d1..c7876d11dcc 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa64,v 1.2 2006/06/01 21:46:27 pascoe Exp $ +# $OpenBSD: Makefile.hppa64,v 1.3 2006/07/27 05:58:11 miod Exp $ # Makefile for OpenBSD # @@ -37,7 +37,8 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dhppa64 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ - -Wno-format -Wno-main + -Wno-format -Wno-main \ + -Wstack-larger-than-2047 CMACHFLAGS= -fno-stack-protector -fno-builtin-log -fno-builtin-printf \ -fno-builtin-snprintf -fno-builtin-vsnprintf COPTS?= -Os -mpa-risc-2-0 -mno-space-regs -mdisable-fpregs |