From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28553 invoked by alias); 14 Mar 2011 21:12:42 -0000 Received: (qmail 28538 invoked by uid 22791); 14 Mar 2011 21:12:41 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Mar 2011 21:12:37 +0000 Received: from kpbe11.cbf.corp.google.com (kpbe11.cbf.corp.google.com [172.25.105.75]) by smtp-out.google.com with ESMTP id p2ELCZgE025015 for ; Mon, 14 Mar 2011 14:12:36 -0700 Received: from iwr19 (iwr19.prod.google.com [10.241.69.83]) by kpbe11.cbf.corp.google.com with ESMTP id p2ELBmAe017431 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 14 Mar 2011 14:12:34 -0700 Received: by iwr19 with SMTP id 19so6976039iwr.2 for ; Mon, 14 Mar 2011 14:12:34 -0700 (PDT) Received: by 10.43.51.67 with SMTP id vh3mr6594066icb.379.1300137154555; Mon, 14 Mar 2011 14:12:34 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id 8sm6952384iba.10.2011.03.14.14.12.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2011 14:12:33 -0700 (PDT) From: Ian Lance Taylor To: Michael Zintakis Cc: gcc-help@gcc.gnu.org Subject: Re: building native cross compiler References: <4D7A37DD.8030205@googlemail.com> <4D7AB3BB.7060208@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> Date: Mon, 14 Mar 2011 21:12:00 -0000 In-Reply-To: <4D7E7BEC.8030605@googlemail.com> (Michael Zintakis's message of "Mon, 14 Mar 2011 20:34:52 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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/msg00167.txt.bz2 Michael Zintakis writes: >> You need to first build a vanilla >> cross-compiler without building the library. > What does constitute a "vanilla cross-compiler"? Is this a "limited" > cross-compiler without the glibc dependencies (because that is the > only way I think possible to have glibc and a fully-fledged cross > compiler the way I want it)? Yes, build just the compiler, and none of the libraries. Ian