Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2009 02:35:11 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r200748 - stable/8/gnu/lib/libgcov
Message-ID:  <200912200235.nBK2ZBbj050358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kan
Date: Sun Dec 20 02:35:10 2009
New Revision: 200748
URL: http://svn.freebsd.org/changeset/base/200748

Log:
  MFC r198471.
  
  Log:
    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

Modified:
  stable/8/gnu/lib/libgcov/Makefile

Modified: stable/8/gnu/lib/libgcov/Makefile
==============================================================================
--- stable/8/gnu/lib/libgcov/Makefile	Sun Dec 20 01:46:23 2009	(r200747)
+++ stable/8/gnu/lib/libgcov/Makefile	Sun Dec 20 02:35:10 2009	(r200748)
@@ -2,6 +2,7 @@
 
 NO_PROFILE=
 .include <bsd.own.mk>
+MK_SSP=		no
 .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
 
 GCCDIR=	${.CURDIR}/../../../contrib/gcc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912200235.nBK2ZBbj050358>