From owner-cvs-src-old@FreeBSD.ORG Sun Oct 25 15:52:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A86210657C6 for ; Sun, 25 Oct 2009 15:52:48 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E36128FC14 for ; Sun, 25 Oct 2009 15:52:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9PFql3T030810 for ; Sun, 25 Oct 2009 15:52:47 GMT (envelope-from kan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9PFqljb030809 for cvs-src-old@freebsd.org; Sun, 25 Oct 2009 15:52:47 GMT (envelope-from kan@repoman.freebsd.org) Message-Id: <200910251552.n9PFqljb030809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kan@repoman.freebsd.org using -f From: Alexander Kabaev Date: Sun, 25 Oct 2009 15:52:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libgcov Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 15:52:48 -0000 kan 2009-10-25 15:52:31 UTC FreeBSD src repository Modified files: gnu/lib/libgcov Makefile Log: SVN rev 198471 on 2009-10-25 15:52:31Z by kan 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 Revision Changes Path 1.7 +1 -0 src/gnu/lib/libgcov/Makefile