Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib/libbfd Fix build with "USE_SSP=yes".



details:   https://anonhg.NetBSD.org/src/rev/46b28d4f2c20
branches:  trunk
changeset: 340060:46b28d4f2c20
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Aug 21 08:19:28 2015 +0000

description:
Fix build with "USE_SSP=yes".

diffstat:

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

diffs (18 lines):

diff -r 12e2597dbb95 -r 46b28d4f2c20 external/gpl3/gdb/lib/libbfd/Makefile
--- a/external/gpl3/gdb/lib/libbfd/Makefile     Fri Aug 21 07:35:56 2015 +0000
+++ b/external/gpl3/gdb/lib/libbfd/Makefile     Fri Aug 21 08:19:28 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2015/08/16 09:51:58 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2015/08/21 08:19:28 tron Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -27,6 +27,8 @@
 
 .include <bsd.lib.mk>
 
+COPTS+=         -Wno-stack-protector
+
 ${OBJS} ${SOBJS}: elf32-target.h elf64-target.h
 targets.o targets.pico: targmatch.h Makefile
 



Home | Main Index | Thread Index | Old Index