Compile libgcov without stack protection. It can be linked into

both static and dynamic binaries compiled with or without stack
protection and should not depend on libssp_nonshared.a symbols.

Discussed with: kib
PR:		bin/139052
This commit is contained in:
Alexander Kabaev 2009-10-25 15:52:31 +00:00
parent 2267cb3d7f
commit 573cb89b8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198471

View File

@ -2,6 +2,7 @@
NO_PROFILE=
.include <bsd.own.mk>
MK_SSP= no
.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
GCCDIR= ${.CURDIR}/../../../contrib/gcc