Module Name: src
Committed By: khorben
Date: Mon Aug 13 10:25:02 UTC 2012
Modified Files:
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
Log Message:
Fixed build with USE_SSP=yes
ok christos@
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.20
--- src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.19 Mon Aug 6 02:14:15 2012
+++ src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Mon Aug 13 10:25:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gzboot,v 1.19 2012/08/06 02:14:15 matt Exp $
+# $NetBSD: Makefile.gzboot,v 1.20 2012/08/13 10:25:02 khorben Exp $
NOMAN= # defined
@@ -49,6 +49,7 @@ CPPFLAGS+= -DMAXIMAGESIZE=${MAXIMAGESIZE
CPPFLAGS+= -DLOADADDR=${LOADADDR}
COPTS+= -ffreestanding
+COPTS+= -fno-stack-protector
CWARNFLAGS+= -Werror
CWARNFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith