Module Name:    src
Committed By:   christos
Date:           Fri Mar 14 12:17:53 UTC 2014

Modified Files:
        src/external/gpl3/gcc/lib/libobjc: Makefile

Log Message:
Don't SSP a file that uses alloca.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/lib/libobjc/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/gcc/lib/libobjc/Makefile
diff -u src/external/gpl3/gcc/lib/libobjc/Makefile:1.10 src/external/gpl3/gcc/lib/libobjc/Makefile:1.11
--- src/external/gpl3/gcc/lib/libobjc/Makefile:1.10	Sat Mar  1 05:00:42 2014
+++ src/external/gpl3/gcc/lib/libobjc/Makefile	Fri Mar 14 08:17:53 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2014/03/01 10:00:42 mrg Exp $
+#	$NetBSD: Makefile,v 1.11 2014/03/14 12:17:53 christos Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
@@ -58,6 +58,7 @@ OBJCOPTS+=	-fno-strict-aliasing -fexcept
 
 OBJCOPTS.Object.m = -Wno-stack-protector
 COPTS.sendmsg.c = -Wno-stack-protector
+COPTS.objc-act.c = -Wno-stack-protector
 
 INCS=		${G_OBJC_H}
 INCSDIR=	/usr/include/objc

Reply via email to