Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/binutils/lib/libbfd more stack protector



details:   https://anonhg.NetBSD.org/src/rev/c2872b945fd6
branches:  trunk
changeset: 346608:c2872b945fd6
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 21 16:47:50 2016 +0000

description:
more stack protector

diffstat:

 external/gpl3/binutils/lib/libbfd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6c1e61957524 -r c2872b945fd6 external/gpl3/binutils/lib/libbfd/Makefile
--- a/external/gpl3/binutils/lib/libbfd/Makefile        Thu Jul 21 16:01:58 2016 +0000
+++ b/external/gpl3/binutils/lib/libbfd/Makefile        Thu Jul 21 16:47:50 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2016/02/02 19:15:40 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2016/07/21 16:47:50 christos Exp $
 
 NOLINKLIB=     # defined
 NOLINT=                # defined
@@ -42,6 +42,7 @@
 .endif
 
 COPTS.pei-x86_64.c += -Wno-stack-protector
+COPTS.elfxx-mips.c += -Wno-stack-protector
 
 GSRCS=         ${G_libbfd_la_OBJECTS:libbfd.lo=lib_bfd.lo} \
                ${G_libbfd_la_DEPENDENCIES:M*.lo}



Home | Main Index | Thread Index | Old Index