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/84fa4c380b13
branches: trunk
changeset: 378477:84fa4c380b13
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 fe3bc40ec829 -r 84fa4c380b13 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 @@ CPPFLAGS+= -DPREFIX=\"/usr\"
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