Module Name: src Committed By: matt Date: Mon Aug 12 22:50:51 UTC 2013
Modified Files: src/sys/arch/zaurus/stand/zboot: Makefile Log Message: Add -fno-unwind-tables To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/stand/zboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/zaurus/stand/zboot/Makefile diff -u src/sys/arch/zaurus/stand/zboot/Makefile:1.10 src/sys/arch/zaurus/stand/zboot/Makefile:1.11 --- src/sys/arch/zaurus/stand/zboot/Makefile:1.10 Thu May 2 03:56:42 2013 +++ src/sys/arch/zaurus/stand/zboot/Makefile Mon Aug 12 22:50:51 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/05/02 03:56:42 matt Exp $ +# $NetBSD: Makefile,v 1.11 2013/08/12 22:50:51 matt Exp $ PROG= zboot @@ -17,6 +17,7 @@ NOMAN= # defined CFLAGS+= -Wall -Wno-main CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith CFLAGS+= -fno-stack-protector -fno-builtin -ffreestanding +CFLAGS+= -fno-unwind-tables CPPFLAGS+= -nostdinc -I. -I${.CURDIR} -I${.OBJDIR} -I${S} CPPFLAGS+= -D_STANDALONE -DHEAP_VARIABLE CPPFLAGS+= -DLIBSA_ENABLE_LS_OP