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 1Qlmxk-0000WS-LS for garchives@archives.gentoo.org; Tue, 26 Jul 2011 19:06:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E87C721C305; Tue, 26 Jul 2011 19:05:56 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id DB0C821C25D for ; Tue, 26 Jul 2011 19:02:25 +0000 (UTC) Received: by vws13 with SMTP id 13so669906vws.40 for ; Tue, 26 Jul 2011 12:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=HTl+MARHTsRQAKjt/+heStJPg6PeamccwJqZB7tc6OM=; b=fxIlofk0b+45exlZigAXX/qfem8yiHif9o59bxemIx3iOnk3M4VtYIOc9fwlYczt3+ nXBbRx7A7NxMov3rpntJJszJ1Tt11/fhNlkviiNYJy91x/QIkpWTFUwKRckzf5FJxFk1 hCw40K1A2sWZR+6hoZj2vZpcZEgiaVXsidZoY= Received: by 10.52.89.67 with SMTP id bm3mr3320087vdb.104.1311706945159; Tue, 26 Jul 2011 12:02:25 -0700 (PDT) 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 Sender: paul.hartman@gmail.com Received: by 10.52.165.2 with HTTP; Tue, 26 Jul 2011 12:02:05 -0700 (PDT) In-Reply-To: <4E2F253E.1000508@alokat.org> References: <4E2F253E.1000508@alokat.org> From: Paul Hartman Date: Tue, 26 Jul 2011 14:02:05 -0500 X-Google-Sender-Auth: c7bk7ZLNCXuX9HPKhSQzSOpnzXc Message-ID: Subject: Re: [gentoo-user] CFlags for CPU To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 223c9d3385c7c2c25305c1f5d7fc2c27 On Tue, Jul 26, 2011 at 3:36 PM, Alokat wrote: > I'm wondering what kind of cpu-type I should use? Hi, I think, in your case, core2 is the correct one. If you run this command: gcc -Q --help=target -march=native gcc will tell you what it thinks are the best options for your CPU.