From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Gaa4w-0005yt-7Y for garchives@archives.gentoo.org; Thu, 19 Oct 2006 15:45:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9JFgLb6021580; Thu, 19 Oct 2006 15:42:21 GMT Received: from buggy.blubb.ch (cable-static-87-245-102-53.shinternet.ch [87.245.102.53]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9JFgKsm003701 for ; Thu, 19 Oct 2006 15:42:21 GMT Received: from [192.168.10.5] (helo=[192.168.10.5]) by buggy.blubb.ch with esmtp (Exim 4.54) id 1GaZz3-0000Ih-Qa for gentoo-amd64@lists.gentoo.org; Thu, 19 Oct 2006 17:39:01 +0200 Message-ID: <45379CDC.1010504@gentoo.org> Date: Thu, 19 Oct 2006 17:42:20 +0200 From: Simon Stelling User-Agent: Thunderbird 1.5.0.7 (X11/20060926) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Re: -fPIC - Toolchain broken? References: <45364363.3010601@getdesigned.at> <45374B67.6010901@getdesigned.at> <20061019071120.4dbd295b@mandalor.homelinux.net> In-Reply-To: <20061019071120.4dbd295b@mandalor.homelinux.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 14b146a3-36e1-40bf-bb41-29425370ff84 X-Archives-Hash: 13163a86f39a078a4cd82130246ae524 Conway S. Smith wrote: > Also note that any CFLAGS > or CXXFLAGS set in these files completely replace those in make.conf, > they are not added to those in make.conf. If you want to add instead of replace, CFLAGS="${CFLAGS} -fadded" will do the job. Removing is done with CFLAGS=" ${CFLAGS}" ; CFLAGS=${CFLAGS//-fremoved} So you can do effectively anything, given you know the bash tricks ;) -- Kind Regards, Simon Stelling Gentoo/AMD64 developer -- gentoo-amd64@gentoo.org mailing list