From b21fdb832756ec6073fca9d7add15e8812ee2528 Mon Sep 17 00:00:00 2001 From: kan Date: Sun, 25 Oct 2009 15:52:31 +0000 Subject: 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(+) (limited to 'gnu') 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 +MK_SSP= no .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt" GCCDIR= ${.CURDIR}/../../../contrib/gcc -- cgit v1.1