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:
parent
2267cb3d7f
commit
573cb89b8d
@ -2,6 +2,7 @@
|
||||
|
||||
NO_PROFILE=
|
||||
.include <bsd.own.mk>
|
||||
MK_SSP= no
|
||||
.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
|
||||
|
||||
GCCDIR= ${.CURDIR}/../../../contrib/gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user