From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3462 invoked by alias); 26 Feb 2005 09:40:46 -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 3383 invoked from network); 26 Feb 2005 09:40:29 -0000 Received: from unknown (HELO campus9.usilu.net) (195.176.178.26) by sourceware.org with SMTP; 26 Feb 2005 09:40:29 -0000 Received: from [151.29.220.185] ([151.29.220.185] unverified) by campus9.usilu.net with Microsoft SMTPSVC(5.0.2195.5329); Sat, 26 Feb 2005 10:38:59 +0100 Message-ID: <42204408.2050908@lu.unisi.ch> Date: Sun, 27 Feb 2005 00:23:00 -0000 From: Paolo Bonzini User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) MIME-Version: 1.0 To: Paolo Bonzini CC: DJ Delorie , binutils@sources.redhat.com, gdb-patches@sources.redhat.com, GCC Patches Subject: Re: [PATCH] Fix in-srcdir build of gcc References: <421F4992.3030000@lu.unisi.ch> <200502251943.j1PJhnxo031954@greed.delorie.com> <42203256.6040108@lu.unisi.ch> In-Reply-To: <42203256.6040108@lu.unisi.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Feb 2005 09:39:00.0448 (UTC) FILETIME=[00302E00:01C51BE7] X-SW-Source: 2005-02/txt/msg00270.txt.bz2 > I am too. Unfortunately this patch on one hand makes ./configure work > for gcc, on the other hand it makes it more "surprising" for > binutils/gdb. I am especially concerned about gdb, because of the two > it is the one that is most likely to be built by casual users doing > "./configure && make". The symbolic link confuses the fixincludes makefile. What about making the patch create an host-subdir only when gcc is present? Paolo