From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2129 invoked by alias); 25 Feb 2005 16:12:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1225 invoked from network); 25 Feb 2005 16:11:27 -0000 Received: from unknown (HELO campus9.usilu.net) (195.176.178.26) by sourceware.org with SMTP; 25 Feb 2005 16:11:27 -0000 Received: from [192.168.64.194] ([192.168.64.194] unverified) by campus9.usilu.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 25 Feb 2005 17:09:58 +0100 Message-ID: <421F4E2E.3070805@lu.unisi.ch> Date: Fri, 25 Feb 2005 20:34:00 -0000 From: Paolo Bonzini User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) MIME-Version: 1.0 To: Daniel Jacobowitz CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@sources.redhat.com Subject: Re: [PATCH] Fix in-srcdir build of gcc References: <421F4992.3030000@lu.unisi.ch> <20050225155806.GA17653@nevyn.them.org> In-Reply-To: <20050225155806.GA17653@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Feb 2005 16:09:58.0681 (UTC) FILETIME=[73F8B890:01C51B54] X-SW-Source: 2005-02/txt/msg00261.txt.bz2 >>The patch requires some changes in target libraries to be able to find >>the newly-built gcc, but this is not necessary in src packages. > > Did you try newlib or winsup? Cursorily. All I did is checking that they never mention .. in configure.in. Paolo