Module Name: src
Committed By: tron
Date: Wed Jan 14 20:26:41 UTC 2015
Modified Files:
src/external/gpl3/gcc/usr.bin/lto1: Makefile
Log Message:
Fix build with "USE_SSP" set to "yes".
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.1 Wed Jan 7 02:02:44 2015
+++ src/external/gpl3/gcc/usr.bin/lto1/Makefile Wed Jan 14 20:26:41 2015
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2015/01/07 02:02:44 christos Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/14 20:26:41 tron Exp $
PROG= lto1
SRCS= lto-partition.c lto-object.c lto.c lto-lang.c attribs.c main.c
CPPFLAGS+= -DPREFIX=\"/usr\"
+COPTS.lto.c+= -Wno-stack-protector
+COPTS.lto-lang.c+= -Wno-stack-protector
+
.include "../Makefile.backend"
.include "../Makefile.backtrace"
.include "../Makefile.common"