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 1OTisS-0000QS-Gj for garchives@archives.gentoo.org; Tue, 29 Jun 2010 22:02:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C2AE0B0B; Tue, 29 Jun 2010 22:01:39 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 3F945E0B0B for ; Tue, 29 Jun 2010 22:01:39 +0000 (UTC) Received: from weird.localnet (p4FF07A7D.dip.t-dialin.net [79.240.122.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.virtyou.com (Postfix) with ESMTPSA id 2E2144A8010 for ; Wed, 30 Jun 2010 00:01:39 +0200 (CEST) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] -march=native Date: Wed, 30 Jun 2010 00:01:37 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33-tuxonice-r2; KDE/4.4.4; x86_64; ; ) References: <4C2A95DB.50000@gmx.com> In-Reply-To: <4C2A95DB.50000@gmx.com> 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 Content-Type: Text/Plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit Message-Id: <201006300001.37651.wonko@wonkology.org> X-Archives-Salt: 72f8bf31-d535-4a06-9c51-80abf80196fb X-Archives-Hash: 568d79fb00341977f540df23b9f930f0 Hasan SAHIN writes: > I am using Athlon64 X2 processor with the > CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer" option. > > Can I use the -march=native option instead of that? Sure, as long as you are not using distcc, in which case the distcc servers would compile according to _their_ native option. Wonko