Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 Need more no stack protector



details:   https://anonhg.NetBSD.org/src/rev/3004b134f610
branches:  trunk
changeset: 814362:3004b134f610
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 17 00:55:54 2016 +0000

description:
Need more no stack protector

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 109eb798ae92 -r 3004b134f610 external/gpl3/gcc/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Thu Mar 17 00:54:53 2016 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Thu Mar 17 00:55:54 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2016/03/15 21:42:59 mrg Exp $
+#      $NetBSD: Makefile,v 1.23 2016/03/17 00:55:54 christos Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -53,8 +53,10 @@
 COPTS.locale-inst.cc = -Wno-stack-protector
 COPTS.misc-inst.cc = -Wno-stack-protector
 COPTS.ostream-inst.cc = -Wno-stack-protector
+COPTS.functexcept.cc = -Wno-stack-protector
 COPTS.valarray-inst.cc = -Wno-stack-protector
 COPTS.wlocale-inst.cc = -Wno-stack-protector
+COPTS.snprintf_lite.cc = -Wno-stack-protector
 COPTS.concept-inst.cc= -fimplicit-templates
 COPTS.hashtable_c++0x.cc=  -fimplicit-templates
 COPTS.bitmap_allocator.cc = -fimplicit-templates



Home | Main Index | Thread Index | Old Index