diff options
Diffstat (limited to 'sys/arch/luna88k/conf/Makefile.luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index f3e05822b18..efad37232da 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.55 2014/07/01 20:26:09 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.56 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 -D__${_mach}__ -MD -MP CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-main -Wno-uninitialized \ - -Wstack-larger-than-2047 + -Wframe-larger-than=2047 CMACHFLAGS= -mno-check-zero-division -mmemcpy CMACHFLAGS+= -fno-builtin-printf -fno-builtin-snprintf \ |