Module Name:    src
Committed By:   christos
Date:           Thu Jul 21 16:47:50 UTC 2016

Modified Files:
        src/external/gpl3/binutils/lib/libbfd: Makefile

Log Message:
more stack protector


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/binutils/lib/libbfd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/lib/libbfd/Makefile
diff -u src/external/gpl3/binutils/lib/libbfd/Makefile:1.16 src/external/gpl3/binutils/lib/libbfd/Makefile:1.17
--- src/external/gpl3/binutils/lib/libbfd/Makefile:1.16	Tue Feb  2 14:15:40 2016
+++ src/external/gpl3/binutils/lib/libbfd/Makefile	Thu Jul 21 12:47:50 2016
@@ -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 @@ CPPFLAGS.elf.c +=	-O0
 .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}

Reply via email to