Module Name: src
Committed By: matt
Date: Sun Jun 23 13:56:40 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile
Log Message:
Add -fno-unwind-tables
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/stand/boot2440/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/evbarm/stand/boot2440/Makefile
diff -u src/sys/arch/evbarm/stand/boot2440/Makefile:1.8 src/sys/arch/evbarm/stand/boot2440/Makefile:1.9
--- src/sys/arch/evbarm/stand/boot2440/Makefile:1.8 Fri Mar 29 17:01:00 2013
+++ src/sys/arch/evbarm/stand/boot2440/Makefile Sun Jun 23 13:56:40 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/03/29 17:01:00 matt Exp $
+# $NetBSD: Makefile,v 1.9 2013/06/23 13:56:40 matt Exp $
S= ${.CURDIR}/../../../..
@@ -9,7 +9,7 @@ SRCS+= s3csdi.c vers.c
.include <bsd.own.mk>
CLEANFILES+= vers.c ${PROG}.elf
-CFLAGS+= -Wall -Wno-main -ffreestanding
+CFLAGS+= -Wall -Wno-main -ffreestanding -fno-unwind-tables
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP -DLIBSA_PRINTF_WIDTH_SUPPORT
CPPFLAGS+= -DDM9000MAC="0x08,0x08,0x11,0x18,0x12,0x27"
CPPFLAGS+= -DDEFAULT_BOOTFILE="ld0a:netbsd;net:"