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 Add more stack-protector elides



details:   https://anonhg.NetBSD.org/src/rev/dea410867542
branches:  trunk
changeset: 344270:dea410867542
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 18 17:52:30 2016 +0000

description:
Add more stack-protector elides

diffstat:

 external/gpl3/gcc/usr.bin/cc1/Makefile         |  3 ++-
 external/gpl3/gcc/usr.bin/cc1obj/Makefile      |  3 ++-
 external/gpl3/gcc/usr.bin/lto-wrapper/Makefile |  5 ++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r a6ad3326461d -r dea410867542 external/gpl3/gcc/usr.bin/cc1/Makefile
--- a/external/gpl3/gcc/usr.bin/cc1/Makefile    Fri Mar 18 17:11:04 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/cc1/Makefile    Fri Mar 18 17:52:30 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2014/05/31 22:55:17 mrg Exp $
+#      $NetBSD: Makefile,v 1.10 2016/03/18 17:52:30 christos Exp $
 
 PROG=          cc1
 SRCS=          ${G_C_OBJS:S,c-family/,,:S,c/,,:Nlibcpp.a:.o=.c} main.c ${PROG}-checksum.c
@@ -36,6 +36,7 @@
 COPTS.c-aux-info.c=    -Wno-stack-protector
 COPTS.c-common.c=      -Wno-stack-protector
 COPTS.c-cppbuiltin.c=  -Wno-stack-protector
+COPTS.c-decl.c=                -Wno-stack-protector
 COPTS.c-format.c=      -Wno-stack-protector
 COPTS.c-format.h=      -Wno-stack-protector
 COPTS.c-lex.c=         -Wno-stack-protector
diff -r a6ad3326461d -r dea410867542 external/gpl3/gcc/usr.bin/cc1obj/Makefile
--- a/external/gpl3/gcc/usr.bin/cc1obj/Makefile Fri Mar 18 17:11:04 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/cc1obj/Makefile Fri Mar 18 17:52:30 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2014/05/31 22:55:17 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2016/03/18 17:52:30 christos Exp $
 
 MYOBJS=                ${G_OBJC_OBJS} ${G_C_AND_OBJC_OBJS} 
 PROG=          cc1obj
@@ -39,6 +39,7 @@
 COPTS.c-aux-info.c+=                   -Wno-stack-protector
 COPTS.c-common.c+=                     -Wno-stack-protector
 COPTS.c-cppbuiltin.c+=                 -Wno-stack-protector
+COPTS.c-decl.c+=                       -Wno-stack-protector
 COPTS.c-format.c+=                     -Wno-stack-protector
 COPTS.c-lex.c+=                                -Wno-stack-protector
 COPTS.c-ppoutput.c+=                   -Wno-stack-protector
diff -r a6ad3326461d -r dea410867542 external/gpl3/gcc/usr.bin/lto-wrapper/Makefile
--- a/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile    Fri Mar 18 17:11:04 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile    Fri Mar 18 17:52:30 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2016/03/15 19:13:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2016/03/18 17:52:30 christos Exp $
 
 NOMAN=1
 PROG=          lto-wrapper
@@ -11,6 +11,9 @@
 .include "../Makefile.common-target"
 .include "../Makefile.libcpp"
 
+COPTS.lto-wrapper.c=   -Wno-stack-protector
+
+
 DPADD+=                 ${LIBIBERTYOBJ}/libiberty.a
 LDADD+=                 ${LIBIBERTYOBJ}/libiberty.a
 



Home | Main Index | Thread Index | Old Index