Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin/lto1 lto-common.c needs the stack ...



details:   https://anonhg.NetBSD.org/src/rev/e6dbcc427ed8
branches:  trunk
changeset: 961649:e6dbcc427ed8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 14 12:20:59 2021 +0000

description:
lto-common.c needs the stack protector treatment

diffstat:

 external/gpl3/gcc/usr.bin/lto1/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b69c7bca9ac8 -r e6dbcc427ed8 external/gpl3/gcc/usr.bin/lto1/Makefile
--- a/external/gpl3/gcc/usr.bin/lto1/Makefile   Wed Apr 14 09:29:40 2021 +0000
+++ b/external/gpl3/gcc/usr.bin/lto1/Makefile   Wed Apr 14 12:20:59 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2021/04/12 00:05:56 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2021/04/14 12:20:59 christos Exp $
 
 PROG=          lto1
 SRCS=          attribs.c \
@@ -14,6 +14,7 @@
 
 COPTS.lto.c+=          -Wno-stack-protector
 COPTS.lto-lang.c+=     -Wno-stack-protector
+COPTS.lto-common.c+=   -Wno-stack-protector
 
 .include "../Makefile.backend"
 .include "../Makefile.backtrace"



Home | Main Index | Thread Index | Old Index