Don't SSP a file that uses alloca.

This commit is contained in:
christos 2014-03-14 12:17:53 +00:00
parent 7488a0a59f
commit 14e72322f6
1 changed files with 2 additions and 1 deletions

View File

@ -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 -fexceptions
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