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 1PDCph-0000TO-94 for garchives@archives.gentoo.org; Tue, 02 Nov 2010 09:07:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C325E076F for ; Tue, 2 Nov 2010 09:06:59 +0000 (UTC) Received: from mail.bushveldgrain.co.za (mail.bushveldgrain.co.za [196.25.181.10]) by pigeon.gentoo.org (Postfix) with ESMTP id 2FDFAE07D3 for ; Tue, 2 Nov 2010 08:43:45 +0000 (UTC) Received: from localhost (mail.bushveldgrain.co.za [127.0.0.1]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id 280C2660BD for ; Tue, 2 Nov 2010 10:43:43 +0200 (SAST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.bushveldgrain.co.za ([127.0.0.1]) by localhost (mail.bushveldgrain.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CSvLW087V8hO for ; Tue, 2 Nov 2010 10:43:41 +0200 (SAST) Received: from penguin.coert.local (unknown [196.1.1.163]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id 816F0660BA for ; Tue, 2 Nov 2010 10:43:41 +0200 (SAST) Message-ID: <4CCFCF3D.3050809@waagmeester.co.za> Date: Tue, 02 Nov 2010 10:43:41 +0200 From: Coert Waagmeester User-Agent: Thunderbird 2.0.0.24 (X11/20100912) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] CFLAGS Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 39bfc177-dd81-4db1-80ee-1960b26acf52 X-Archives-Hash: cc9e86446aed3fc338a5698e15052f22 Hello all, Possible noob question. I have installed a 64 bit gentoo on my intel Pentium D machine. Now I am reading through /usr/share/portage/config/make.conf.example My CFLAGS on that machine is the default currently: CFLAGS="-O2 -pipe" But according to http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#cflags I can make it: -O2 -march=core2 -pipe Is this entirely necessary? Will it cause a big improvement? If I do change, how do I recompile everything? (like --newuse for USE changes?) Thank you, Coert Waagmeester