From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5002 invoked by alias); 1 Mar 2005 15:17:11 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 4599 invoked from network); 1 Mar 2005 15:16:54 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org with SMTP; 1 Mar 2005 15:16:54 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id j21FGrY4029248; Tue, 1 Mar 2005 07:16:53 -0800 (PST) Received: from relay4.apple.com (relay4.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Tue, 1 Mar 2005 07:16:53 -0800 Received: from apple.com (vpn0priv-36.apple.com [17.219.200.36]) by relay4.apple.com (8.12.11/8.12.11) with ESMTP id j21FGq5b011086; Tue, 1 Mar 2005 07:16:52 -0800 (PST) Date: Tue, 01 Mar 2005 15:17:00 -0000 Subject: Re: PR/17383: fix gcc in-srcdir build (take 2) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) Cc: GCC Patches , binutils@sources.redhat.com, gdb-patches@sources.redhat.com, DJ Delorie To: Paolo Bonzini From: Mike Stump In-Reply-To: <422061B2.1080507@lu.unisi.ch> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00032.txt.bz2 On Saturday, February 26, 2005, at 03:46 AM, Paolo Bonzini wrote: > The attached patch creates the host-subdir only if gcc is found in the > tree. It feels like progress to me... I find it more annoying that this is broken, then any particular solution to the problem, therefore I support it. Thanks....