From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EEED1384B4 for ; Thu, 10 Dec 2015 06:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1732321C04E; Thu, 10 Dec 2015 06:47:10 +0000 (UTC) Received: from oc.oops.co.at (oc.oops.co.at [85.90.244.114]) by pigeon.gentoo.org (Postfix) with ESMTP id F24D021C048 for ; Thu, 10 Dec 2015 06:47:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by oc.oops.co.at (Postfix) with ESMTP id AFAB588383 for ; Thu, 10 Dec 2015 07:47:01 +0100 (CET) X-Virus-Scanned: amavisd-new at oc.oops.co.at Received: from oc.oops.co.at ([127.0.0.1]) by localhost (oc.oops.co.at [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Fn-C2GVGA0Ea for ; Thu, 10 Dec 2015 07:46:53 +0100 (CET) Received: from [IPv6:2001:15c0:65ff:8742:c060:f6ff:fedb:dd72] (unknown [IPv6:2001:15c0:65ff:8742:c060:f6ff:fedb:dd72]) by oc.oops.co.at (Postfix) with ESMTPSA id 0DBF588381 for ; Thu, 10 Dec 2015 07:46:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1449730013; bh=66lj8MDf1EGugTL9eNcajTuibjc2+B1bRgtGQGN7i60=; h=Reply-To:Subject:References:To:From:Date:In-Reply-To; b=PK8CZUDqQRyrY27IZLhPKRZ5C7+ah08fD5efkdsjxwdRAUJgiDietrPuRaLd3390K ozVyZDFZrgKoCTajAVbhe6hksGKiUXRSZS1GOd4CUKCMXktq1qbJi0CDb9VrQQMie+ pcxG2zcYcAl4UFID68ghlBk6ANBFxdC6SpSBeMiI= Subject: Re: [gentoo-user] OT: i7-6700, anyone already? References: <565F6CF4.9010403@xunil.at> <56689182.2030001@xunil.at> <5668922B.1030401@gmail.com> <56689C1E.4000808@xunil.at> <5668A1DB.9060007@gmail.com> <5668A52B.7040700@xunil.at> <20151210045004.GA2289@waltdnes.org> To: gentoo-user@lists.gentoo.org From: "Stefan G. Weichinger" Organization: oops! Message-ID: <56691FDB.70104@xunil.at> Date: Thu, 10 Dec 2015 07:46:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 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 In-Reply-To: <20151210045004.GA2289@waltdnes.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 74c6ca57-4cee-4354-9631-80f5b0e6f897 X-Archives-Hash: 48aeedf3934d0155f9bdb626592cbce4 Am 10.12.2015 um 05:50 schrieb waltdnes@waltdnes.org: > CFLAGS="-O2 -march=native -fomit-frame-pointer -pipe -fno-unwind-tables -fno-asynchronous-unwind-tables" > > That's what I use, except for cross-compiling. For an explanation of > the "unwind" flags, see thread... > http://comments.gmane.org/gmane.linux.busybox/36695 from the busybox > mailing list. And don't forget CPU_FLAGS_X86. Emerge and run > app-portage/cpuinfo2cpuflags as soon as you can during the install > process. I believe that's right after running "eselect profile". And > then run "emerge system && emerge world". It's a lot quicker when you > don't have very much installed on the machine. did not know that tool, thanks. Will try on my existing box already. Do I have to set that variable then (in make.conf?) ?