From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OY2XU-0008Nj-PY for garchives@archives.gentoo.org; Sun, 11 Jul 2010 19:50:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66CEE0AFB; Sun, 11 Jul 2010 19:50:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A559E0AFD for ; Sun, 11 Jul 2010 19:50:10 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 363B01B4160 for ; Sun, 11 Jul 2010 19:50:10 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2166) id F3A102CF38; Sun, 11 Jul 2010 19:50:08 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/targets/developer: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/targets/developer X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20100711195008.F3A102CF38@corvid.gentoo.org> Date: Sun, 11 Jul 2010 19:50:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c63a62a5-e453-4639-9ca9-b711b220a442 X-Archives-Hash: cb624f880475a2a2936e8ac282f5a7a5 ssuominen 10/07/11 19:50:08 Modified: make.defaults Log: Change LD_AS_NEEDED which got rejected by binutils upstream to plain LD= FLAGS based -Wl,--as-needed wrt #327753 by Ryan Hill. Revision Changes Path 1.6 profiles/targets/developer/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/d= eveloper/make.defaults?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/d= eveloper/make.defaults?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/d= eveloper/make.defaults?r1=3D1.5&r2=3D1.6 Index: make.defaults =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.default= s,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- make.defaults 8 Jul 2010 08:18:21 -0000 1.5 +++ make.defaults 11 Jul 2010 19:50:08 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defau= lts,v 1.5 2010/07/08 08:18:21 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defau= lts,v 1.6 2010/07/11 19:50:08 ssuominen Exp $ =20 FEATURES=3D"collision-protect digest multilib-strict sign splitdebug str= icter test test-fail-continue userpriv usersandbox" =20 @@ -11,4 +11,4 @@ I_KNOW_WHAT_I_AM_DOING=3D"yes" =20 # Enable asneeded for GNU ld. -LD_AS_NEEDED=3D"1" +LDFLAGS=3D"-Wl,--as-needed ${LDFLAGS}"