From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28954 invoked by alias); 23 Jun 2003 14:50:58 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1993 invoked from network); 23 Jun 2003 14:23:21 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sources.redhat.com with SMTP; 23 Jun 2003 14:23:21 -0000 Received: (qmail 39721 invoked by uid 20157); 23 Jun 2003 14:23:20 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Jun 2003 14:23:20 -0000 Date: Mon, 23 Jun 2003 15:38:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Peter Barada cc: dank@kegel.com, , , , , Subject: Re: cross-compilation documentation In-Reply-To: <20030623130734.4007D98DFD@baradas.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-06/txt/msg01919.txt.bz2 On Mon, 23 Jun 2003, Peter Barada wrote: > >> But this fragment *requires* a cross-compiler to build it. > > > >Hmm. That's odd. I do almost the same thing, but I don't require a cross-compiler. > >Maybe the step you're missing is the following kludge: > > make sysdeps/gnu/errlist.c > > mkdir -p stdio-common > > touch stdio-common/errlist-compat.c > >That goes between the configure and the make of glibc, and keeps anything > >real from being compiled by the install-headers. > > If that's in the source tree then its *really* a kludge and won't work > too well for me since I keep my source in a CVS controlled tree. Maybe you guys could help fixing this (i.e. the install-headers make-all bug) properly, i.e. *in glibc*. brgds, H-P