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 1M7cXB-0002xq-Uv for garchives@archives.gentoo.org; Fri, 22 May 2009 21:44:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A609E051B; Fri, 22 May 2009 21:44:08 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id 137F8E051B for ; Fri, 22 May 2009 21:44:08 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1M7cX9-0002wT-6z for gentoo-user@lists.gentoo.org; Fri, 22 May 2009 23:44:07 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Fri, 22 May 2009 23:44:04 +0200 id 0001000A.4A171CA4.000017FF From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: -march=auto Date: Fri, 22 May 2009 23:44:02 +0200 User-Agent: KMail/1.11.3 (Linux/2.6.28-tuxonice-r3; KDE/4.2.3; i686; ; ) References: <645806.23464.qm@web31603.mail.mud.yahoo.com> <200905212109.01217.wonko@wonkology.org> <20090522132115.2933cd87@ilievnet.com> In-Reply-To: <20090522132115.2933cd87@ilievnet.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-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905222344.02610.wonko@wonkology.org> X-Archives-Salt: c4150c6f-06ba-41eb-9a40-3fbc2ab5846d X-Archives-Hash: 44f544ed3158abf5342d7f16571f55cd Daniel Iliev writes: > Alex Schuster wrote: > > BTW, is there a possibility to let gcc tell what flags it will > > actually use with -march=auto? > > gcc -Q --help=target -march=native Cool, thanks! Wonko