From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LTryo-0002if-0r for garchives@archives.gentoo.org; Mon, 02 Feb 2009 06:08:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBAB3E06A8; Mon, 2 Feb 2009 06:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 99B73E06A8 for ; Mon, 2 Feb 2009 06:08:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2B5946448F for ; Mon, 2 Feb 2009 06:08:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.53 X-Spam-Level: X-Spam-Status: No, score=-3.53 required=5.5 tests=[AWL=0.069, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vTtvImTN4prf for ; Mon, 2 Feb 2009 06:08:14 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 798D2645D8 for ; Mon, 2 Feb 2009 06:08:12 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LTryX-0006Qu-Ll for gentoo-user@gentoo.org; Mon, 02 Feb 2009 06:08:05 +0000 Received: from athedsl-414655.home.otenet.gr ([79.131.171.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Feb 2009 06:08:05 +0000 Received: from realnc by athedsl-414655.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Feb 2009 06:08:05 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: CHOST="i486-pc-linux-gnu" ? Date: Mon, 02 Feb 2009 08:08:08 +0200 Organization: Lucas Barks Message-ID: References: <49bf44f10902012032u55a4695et44477cc50e511221@mail.gmail.com> <49bf44f10902012154v3da522eegcc6ed03c212ea5f9@mail.gmail.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; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-414655.home.otenet.gr User-Agent: Thunderbird 2.0.0.19 (X11/20090101) In-Reply-To: <49bf44f10902012154v3da522eegcc6ed03c212ea5f9@mail.gmail.com> Sender: news X-Archives-Salt: 839da984-577d-4dce-8b2a-c1c69cd2b175 X-Archives-Hash: 2cf0671ae349f26ae7e82d6d2400dd3c Grant wrote: >>> I'm installing Gentoo on an Acer Aspire 110. It's one of the >>> "netbook" laptops. /etc/make.conf says: >>> >>> CHOST="i486-pc-linux-gnu" >>> >>> Is that correct? >> If it's an Intel-compatible (x86) and Gentoo is 32-bit, then yes, that's >> correct. > > OK, does i686 indicate 64-bit? No. 64-bit is "x86_64-pc-linux-gnu". I don't know why you have i486 instead of i686, but I do know that i486 is correct too. If it has any drawbacks compared to i686, no idea.