svn commit: r200748 - stable/8/gnu/lib/libgcov

Alexander Kabaev kan at FreeBSD.org
Sun Dec 20 02:35:11 UTC 2009


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


More information about the svn-src-stable-8 mailing list