svn commit: r198471 - head/gnu/lib/libgcov

Alexander Kabaev kan at FreeBSD.org
Sun Oct 25 15:52:32 UTC 2009


Author: kan
Date: Sun Oct 25 15:52:31 2009
New Revision: 198471
URL: http://svn.freebsd.org/changeset/base/198471

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:
  head/gnu/lib/libgcov/Makefile

Modified: head/gnu/lib/libgcov/Makefile
==============================================================================
--- head/gnu/lib/libgcov/Makefile	Sun Oct 25 11:01:53 2009	(r198470)
+++ head/gnu/lib/libgcov/Makefile	Sun Oct 25 15:52:31 2009	(r198471)
@@ -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-head mailing list