aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2009-10-25 15:52:31 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2009-10-25 15:52:31 +0000
commit573cb89b8dfef3d67713112f08adf5aace18ac35 (patch)
tree0c308a8d1dcee6e2d631a2aca717346eaa939215 /gnu/lib
parent2267cb3d7f2c379925f7951c117b7520e88f3440 (diff)
downloadsrc-573cb89b8dfef3d67713112f08adf5aace18ac35.tar.gz
src-573cb89b8dfef3d67713112f08adf5aace18ac35.zip
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
Notes
Notes: svn path=/head/; revision=198471
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcov/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libgcov/Makefile b/gnu/lib/libgcov/Makefile
index 36be1ea21a18..680cdbff30a0 100644
--- a/gnu/lib/libgcov/Makefile
+++ b/gnu/lib/libgcov/Makefile
@@ -2,6 +2,7 @@
NO_PROFILE=
.include <bsd.own.mk>
+MK_SSP= no
.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
GCCDIR= ${.CURDIR}/../../../contrib/gcc