diff options
Diffstat (limited to 'sys/arch/hppa/conf/Makefile.hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index e0001023878..b49726e2c1b 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.26 2006/06/01 21:46:27 pascoe Exp $ +# $OpenBSD: Makefile.hppa,v 1.27 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 \ -Dhppa CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ - -Wno-format -Wno-main + -Wno-format -Wno-main \ + -Wstack-larger-than-2047 CMACHFLAGS= -mfast-indirect-calls -mportable-runtime -mno-space-regs \ -fno-stack-protector -fno-builtin-printf -fno-builtin-log COPTS?= -Os |