diff options
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index b1c46b03b8f..198769a85ee 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.12 2006/06/01 21:46:28 pascoe Exp $ +# $OpenBSD: Makefile.sgi,v 1.13 2006/07/27 05:58:12 miod Exp $ # Makefile for OpenBSD # @@ -48,7 +48,8 @@ MIPS64= $S/arch/mips64 INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__sgi__ CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \ - -Wno-uninitialized -Wno-format -Wno-main + -Wno-uninitialized -Wno-format -Wno-main \ + -Wstack-larger-than-2047 CMACHFLAGS+= -mno-abicalls ${ABI} -msoft-float \ -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} |