Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/zaurus/stand/zboot Add -fno-unwind-tables



details:   https://anonhg.NetBSD.org/src/rev/aff4578acb86
branches:  trunk
changeset: 789291:aff4578acb86
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 12 22:50:51 2013 +0000

description:
Add -fno-unwind-tables

diffstat:

 sys/arch/zaurus/stand/zboot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0d03e427a3c6 -r aff4578acb86 sys/arch/zaurus/stand/zboot/Makefile
--- a/sys/arch/zaurus/stand/zboot/Makefile      Mon Aug 12 21:22:18 2013 +0000
+++ b/sys/arch/zaurus/stand/zboot/Makefile      Mon Aug 12 22:50:51 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index