Module Name: src
Committed By: christos
Date: Wed Apr 14 12:20:59 UTC 2021
Modified Files:
src/external/gpl3/gcc/usr.bin/lto1: Makefile
Log Message:
lto-common.c needs the stack protector treatment
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/lto1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/usr.bin/lto1/Makefile
diff -u src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.6 src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.7
--- src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.6 Sun Apr 11 20:05:56 2021
+++ src/external/gpl3/gcc/usr.bin/lto1/Makefile Wed Apr 14 08:20:59 2021
@@ -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"