Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/stand/gzboot Fixed build with USE_SSP=yes



details:   https://anonhg.NetBSD.org/src/rev/999b4f7a8a4f
branches:  trunk
changeset: 780962:999b4f7a8a4f
user:      khorben <khorben%NetBSD.org@localhost>
date:      Mon Aug 13 10:25:02 2012 +0000

description:
Fixed build with USE_SSP=yes

ok christos@

diffstat:

 sys/arch/evbarm/stand/gzboot/Makefile.gzboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ecd76df89fc -r 999b4f7a8a4f sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Mon Aug 13 10:20:52 2012 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Mon Aug 13 10:25:02 2012 +0000
@@ -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+= -DLOADADDR=${LOADADDR}
 
 COPTS+=        -ffreestanding
+COPTS+=        -fno-stack-protector
 CWARNFLAGS+= -Werror
 CWARNFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
 



Home | Main Index | Thread Index | Old Index