From 573cb89b8dfef3d67713112f08adf5aace18ac35 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Sun, 25 Oct 2009 15:52:31 +0000 Subject: [PATCH] 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 --- gnu/lib/libgcov/Makefile | 1 + 1 file changed, 1 insertion(+) 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 +MK_SSP= no .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt" GCCDIR= ${.CURDIR}/../../../contrib/gcc