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 1Mo57d-0007yu-GW for garchives@archives.gentoo.org; Thu, 17 Sep 2009 00:45:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2150E077C; Thu, 17 Sep 2009 00:45:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FB33E077C for ; Thu, 17 Sep 2009 00:45:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 45764671F2 for ; Thu, 17 Sep 2009 00:45:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0.277 X-Spam-Level: X-Spam-Status: No, score=0.277 required=5.5 tests=[AWL=0.809, BAYES_00=-2.599, RCVD_NUMERIC_HELO=2.067] 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 0VMRUS4roZcg for ; Thu, 17 Sep 2009 00:45:08 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A615966E58 for ; Thu, 17 Sep 2009 00:45:04 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mo57O-0001QG-Ly for gentoo-user@gentoo.org; Thu, 17 Sep 2009 02:45:02 +0200 Received: from 202.0.36.169 ([202.0.36.169]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Sep 2009 02:45:02 +0200 Received: from allistar.m by 202.0.36.169 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Sep 2009 02:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Allistar Subject: [gentoo-user] Re: corss compile 64bit on 32bit os Followup-To: gmane.linux.gentoo.amd64,gmane.linux.gentoo.user Date: Thu, 17 Sep 2009 12:46:39 +1200 Message-ID: References: <53e35fd50909160241l572edbe1hbdf065e6f661aaa6@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=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 202.0.36.169 User-Agent: KNode/0.10.9 Sender: news Cc: gentoo-amd64@lists.gentoo.org X-Archives-Salt: accece5b-7ad1-4af4-bd59-aabfbbfe2ec1 X-Archives-Hash: e7858b7849c8768ca8638e8729d31074 Xi Shen wrote: > Hi, > > i want to use discc to speed my emerge compilation. but the problem is > that i have 32bit and 64bit mixed environment, and some of the cpus do > not support amd64 mode. so i just wonder if i could do cross compile. > > has anyone done this before? any suggestions/comments are welcomed. I have an amd64 system which is used with distcc to help speed up compiling of an x86 system and cross compiling works without any issues. I followed the cross compiling instructions on gentoo.org. Note that this is compiling 32bit on a 64bit box, not the other way around.