summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2009-10-25 15:52:31 +0000
committerkan <kan@FreeBSD.org>2009-10-25 15:52:31 +0000
commitb21fdb832756ec6073fca9d7add15e8812ee2528 (patch)
tree0c308a8d1dcee6e2d631a2aca717346eaa939215 /gnu
parent5c019ebe37e94bdce909e3d5eafbf84a7c2be2fc (diff)
downloadFreeBSD-src-b21fdb832756ec6073fca9d7add15e8812ee2528.zip
FreeBSD-src-b21fdb832756ec6073fca9d7add15e8812ee2528.tar.gz
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
Diffstat (limited to 'gnu')
-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 36be1ea..680cdbf 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
OpenPOWER on IntegriCloud