mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198471
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
NO_PROFILE=
|
NO_PROFILE=
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
MK_SSP= no
|
||||||
.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
|
.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
|
||||||
|
|
||||||
GCCDIR= ${.CURDIR}/../../../contrib/gcc
|
GCCDIR= ${.CURDIR}/../../../contrib/gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user