Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/evbarm/stand/gzboot Pull up following revision(s...



details:   https://anonhg.NetBSD.org/src/rev/bbe57d578c99
branches:  netbsd-6
changeset: 774438:bbe57d578c99
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Aug 13 20:24:10 2012 +0000

description:
Pull up following revision(s) (requested by khorben in ticket #493):
        sys/arch/evbarm/stand/gzboot/Makefile.gzboot: revision 1.20
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 799d81a49a83 -r bbe57d578c99 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Mon Aug 13 20:22:20 2012 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Mon Aug 13 20:24:10 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gzboot,v 1.17 2011/01/22 19:19:17 joerg Exp $
+#      $NetBSD: Makefile.gzboot,v 1.17.10.1 2012/08/13 20:24:10 riz 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