Module Name:    src
Committed By:   riz
Date:           Wed Nov  2 20:15:42 UTC 2011

Modified Files:
        src/gnu/usr.bin/binutils/gas [netbsd-5]: Makefile

Log Message:
Apply patch (requested by mrg in ticket #1680):

Fix build on arm with USE_SSP set.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.24.1 src/gnu/usr.bin/binutils/gas/Makefile

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

Modified files:

Index: src/gnu/usr.bin/binutils/gas/Makefile
diff -u src/gnu/usr.bin/binutils/gas/Makefile:1.8 src/gnu/usr.bin/binutils/gas/Makefile:1.8.24.1
--- src/gnu/usr.bin/binutils/gas/Makefile:1.8	Thu Nov  9 21:27:58 2006
+++ src/gnu/usr.bin/binutils/gas/Makefile	Wed Nov  2 20:15:42 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2006/11/09 21:27:58 christos Exp $
+#	$NetBSD: Makefile,v 1.8.24.1 2011/11/02 20:15:42 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -19,6 +19,7 @@ COPTS.dwarf2dbg.c = -Wno-stack-protector
 COPTS.symbols.c = -Wno-stack-protector
 COPTS.stabs.c = -Wno-stack-protector
 COPTS.macro.c = -Wno-stack-protector
+COPTS.tc-arm.c = -Wno-stack-protector
 
 CPPFLAGS+=	-I${.CURDIR}/arch/${MACHINE_ARCH}
 CPPFLAGS+=	-I${DIST}/gas -I${DIST}/gas/config

Reply via email to