diff options
Diffstat (limited to 'sys/arch/zaurus/conf/Makefile.zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/Makefile.zaurus | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index 0aef4c4fea2..6360f3a6efa 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.zaurus,v 1.6 2006/06/01 21:46:28 pascoe Exp $ +# $OpenBSD: Makefile.zaurus,v 1.7 2006/07/27 05:58:12 miod Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -38,7 +38,8 @@ ARM= $S/arch/arm INCLUDES= -nostdinc -I. -I$S/arch -I$S CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__zaurus__ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wno-uninitialized -Wno-format -Wno-main + -Wno-uninitialized -Wno-format -Wno-main \ + -Wstack-larger-than-2047 CMACHFLAGS= -ffreestanding #CMACHFLAGS= -march=armv4 -mtune=strongarm -ffreestanding |