From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9761 invoked by alias); 15 Mar 2011 05:01:41 -0000 Received: (qmail 9753 invoked by uid 22791); 15 Mar 2011 05:01:40 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.transmax.com.au (HELO mail.transmax.com.au) (61.95.101.34) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 15 Mar 2011 05:01:36 +0000 Received: from CSISYS04.corp.itsq.com.au ([10.4.1.104]) by mail.transmax.com.au with Microsoft SMTPSVC(6.0.3790.3959); Tue, 15 Mar 2011 15:01:30 +1000 Received: from CSISYS04.corp.itsq.com.au ([10.4.1.104]) by csisys04 ([10.4.1.104]) with mapi; Tue, 15 Mar 2011 15:01:30 +1000 From: Mick McCreath To: Ian Lance Taylor , Michael Zintakis CC: "gcc-help@gcc.gnu.org" Date: Tue, 15 Mar 2011 05:01:00 -0000 Subject: RE: building native cross compiler Message-ID: References: <4D7A37DD.8030205@googlemail.com> <4D7CD348.2060509@googlemail.com> <4D7D40C8.3060707@googlemail.com> <4D7D666C.8010400@googlemail.com> <4D7D6FAA.70302@googlemail.com> <4D7D738C.2010407@googlemail.com> <4D7D756F.2090008@googlemail.com> <4D7D900E.5020406@googlemail.com> <4D7E3904.2010300@googlemail.com> <4D7E42CA.3000206@googlemail.com> <4D7E7BEC.8030605@googlemail.com> <4D7ECDF9.7000805@googlemail.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-03/txt/msg00172.txt.bz2 > From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On B= ehalf Of Ian Lance Taylor > Sent: Tuesday, 15 March 2011 2:24 PM > To: Michael Zintakis > Cc: gcc-help@gcc.gnu.org > Subject: Re: building native cross compiler > > Michael Zintakis writes: > > > Has this been done recently? I can't believe there is no methodology > > for this and I have to rely on a bloody script which has been last > > updated 6 years ago!!! Unreal! > > Believe it. Very few people cross-compile GNU/Linux toolchains. The > ones who do have all climbed the learning curve that you are on. > > I wonder if there is a newer crosstool script out there somewhere. > > Ian The revamped tool is called crosstool-ng and is available from here: http://ymorin.is-a-geek.org/projects/crosstool Cheers, Mick