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 1SLvXc-0005yf-Hv for garchives@archives.gentoo.org; Sun, 22 Apr 2012 12:05:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AFECE0B73 for ; Sun, 22 Apr 2012 12:05:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4B408E09B6 for ; Sun, 22 Apr 2012 10:37:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD87C1B40F4 for ; Sun, 22 Apr 2012 10:37:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 6971E2004B; Sun, 22 Apr 2012 10:37:32 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gcc-optimization.xml X-VCS-Repository: gentoo X-VCS-Files: gcc-optimization.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Message-Id: <20120422103732.6971E2004B@flycatcher.gentoo.org> Date: Sun, 22 Apr 2012 10:37:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1b578385-c7ba-4047-b183-22dff4c84486 X-Archives-Hash: 80d7740035a35b5b1d3ee2c95aac3d11 swift 12/04/22 10:37:32 Modified: gcc-optimization.xml Log: Fix bug #412853 - Refer to the package.env location for per-package CFL= AGS Revision Changes Path 1.19 xml/htdocs/doc/en/gcc-optimization.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-= optimization.xml?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-= optimization.xml?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-= optimization.xml?r1=3D1.18&r2=3D1.19 Index: gcc-optimization.xml =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/xml/htdocs/doc/en/gcc-optimization.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gcc-optimization.xml 27 Jul 2010 00:24:29 -0000 1.18 +++ gcc-optimization.xml 22 Apr 2012 10:37:32 -0000 1.19 @@ -1,6 +1,6 @@ - + =20 Compilation Optimization Guide @@ -19,8 +19,8 @@ =20 -2 -2010-07-26 +3 +2012-04-22 =20 Introduction @@ -575,19 +575,19 @@ Can I use per-package flags? =20 -

-There is no supported method for using CFLAGS or other variables on a -per-package basis, though there are a few rathe= r -abusive ways of trying force Portage to do so. -

- -You should not try to force Portage to use per-package flags, as = it is -not in any way supported and will greatly complicate bug reports. Just s= et your -flags in /etc/make.conf to be used on a system-wide basis. +Using per-package flags complicates debugging and support. Make sure you= mention +in your bug reports if you make use of this feature and what the changes= are you +made. =20 +

+Information on how to use per-package environment variables (including C= FLAGS) +is described in the Gentoo +Handbook, "Per-Package Environment Variables". +

+