Module Name:    src
Committed By:   matt
Date:           Sun Jun 23 13:57:27 UTC 2013

Modified Files:
        src/sys/arch/evbarm/stand/bootimx23: Makefile

Log Message:
Add -fno-unwind-tables


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/stand/bootimx23/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/bootimx23/Makefile
diff -u src/sys/arch/evbarm/stand/bootimx23/Makefile:1.5 src/sys/arch/evbarm/stand/bootimx23/Makefile:1.6
--- src/sys/arch/evbarm/stand/bootimx23/Makefile:1.5	Sat Feb 23 16:22:39 2013
+++ src/sys/arch/evbarm/stand/bootimx23/Makefile	Sun Jun 23 13:57:27 2013
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 2013/02/23 16:22:39 jkunz Exp $
+# $Id: Makefile,v 1.6 2013/06/23 13:57:27 matt Exp $
 
 S=		${.CURDIR}/../../../../
 PROG=		bootimx23
@@ -8,7 +8,8 @@ SRCS=		args_prep.c boot_prep.c clock_pre
 .include <bsd.own.mk>
 
 CLEANFILES+=	${PROG}
-CFLAGS+=	-Wall -Wno-main -ffreestanding -march=armv5te -mtune=arm926ej-s
+CFLAGS+=	-Wall -Wno-main -ffreestanding -fno-unwind-tables
+CFLAGS+=	-march=armv5te -mtune=arm926ej-s
 CPPFLAGS+=	-D_STANDALONE -DMEMSIZE=64
 CPPFLAGS+=	-DKERNEL_BOOT_ARGS=\"root=ld0a\"
 CPPFLAGS+=	-nostdinc -I. -I${.CURDIR} -I${.OBJDIR} -I${S} -I${S}/arch

Reply via email to