Module Name: src Committed By: matt Date: Sun Jun 23 13:56:01 UTC 2013
Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Add -fno-unwind-tables To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot 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/gzboot/Makefile.gzboot diff -u src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.22 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.23 --- src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.22 Wed Feb 6 07:19:19 2013 +++ src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Sun Jun 23 13:56:01 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.gzboot,v 1.22 2013/02/06 07:19:19 matt Exp $ +# $NetBSD: Makefile.gzboot,v 1.23 2013/06/23 13:56:01 matt Exp $ NOMAN= # defined @@ -51,6 +51,7 @@ CPPFLAGS+= -DLOADADDR=${LOADADDR} COPTS+= -ffreestanding COPTS+= -fno-stack-protector +COPTS+= -fno-unwind-tables CWARNFLAGS+= -Werror CWARNFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith