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 Fix SSP build.
details: https://anonhg.NetBSD.org/src/rev/83ba685297b2
branches: trunk
changeset: 343410:83ba685297b2
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 02 19:15:40 2016 +0000
description:
Fix SSP build.
diffstat:
external/gpl3/binutils/lib/libbfd/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 9baa23c10217 -r 83ba685297b2 external/gpl3/binutils/lib/libbfd/Makefile
--- a/external/gpl3/binutils/lib/libbfd/Makefile Tue Feb 02 18:38:10 2016 +0000
+++ b/external/gpl3/binutils/lib/libbfd/Makefile Tue Feb 02 19:15:40 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/01/29 14:42:47 christos Exp $
+# $NetBSD: Makefile,v 1.16 2016/02/02 19:15:40 christos Exp $
NOLINKLIB= # defined
NOLINT= # defined
@@ -41,6 +41,8 @@
CPPFLAGS.elf.c += -O0
.endif
+COPTS.pei-x86_64.c += -Wno-stack-protector
+
GSRCS= ${G_libbfd_la_OBJECTS:libbfd.lo=lib_bfd.lo} \
${G_libbfd_la_DEPENDENCIES:M*.lo}
SRCS= ${GSRCS:.lo=.c}
Home |
Main Index |
Thread Index |
Old Index