diff options
Diffstat (limited to 'sys/arch/hppa/conf/Makefile.hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 3bb547a8c10..420332ee849 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.76 2014/07/12 21:49:27 miod Exp $ +# $OpenBSD: Makefile.hppa,v 1.77 2014/10/04 18:10:14 brad Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -25,7 +25,7 @@ INCLUDES= -nostdinc -I$S -I. -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -MD -MP CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-main -Wno-uninitialized \ - -Wstack-larger-than-2047 + -Wframe-larger-than=2047 CMACHFLAGS= -mfast-indirect-calls -mportable-runtime -mno-space-regs CMACHFLAGS+= -fno-builtin-printf -fno-builtin-snprintf \ |