Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/conf Make arm32_kvminit.o is complied with -fno...



details:   https://anonhg.NetBSD.org/src/rev/ddaf16cf84a6
branches:  trunk
changeset: 781884:ddaf16cf84a6
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Oct 05 01:39:45 2012 +0000

description:
Make arm32_kvminit.o is complied with -fno-stack-protector

diffstat:

 sys/arch/arm/conf/Makefile.arm |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 95cb288e9fbb -r ddaf16cf84a6 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Fri Oct 05 01:31:05 2012 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Fri Oct 05 01:39:45 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.34 2012/05/18 12:45:43 skrll Exp $
+#      $NetBSD: Makefile.arm,v 1.35 2012/10/05 01:39:45 matt Exp $
 
 # Makefile for NetBSD
 #
@@ -34,6 +34,7 @@
 ##
 # CPPFLAGS set by platform-specific Makefile fragment.
 AFLAGS+=       -x assembler-with-cpp
+COPTS.arm32_kvminit.c+=                -fno-stack-protector
 
 ##
 ## (3) libkern and compat



Home | Main Index | Thread Index | Old Index