git: libc: Remove stack_protector.c from build
John Marino
marino at crater.dragonflybsd.org
Tue Sep 1 12:57:46 PDT 2015
commit 2c00541e748fe18a432d5e572997aac003193143
Author: John Marino <draco at marino.st>
Date: Tue Sep 1 21:53:00 2015 +0200
libc: Remove stack_protector.c from build
Both gcc47 and gcc50 use libssp for stack protection, so the stack
protector code appears to be obsolete. On the direction of dillon,
just delist the source file in the makefile, and after a month with
some dports run experience, permanently remove stack-protector.c
from lib/libc/sys directory.
Summary of changes:
lib/libc/sys/Makefile.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c00541e748fe18a432d5e572997aac003193143
--
DragonFly BSD source repository
More information about the Commits
mailing list