From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18907 invoked by alias); 25 Mar 2008 06:07:31 -0000 Received: (qmail 18898 invoked by uid 22791); 25 Mar 2008 06:07:31 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Mar 2008 06:07:09 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m2P6762Y004867; Tue, 25 Mar 2008 02:07:07 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2P676dh028900; Tue, 25 Mar 2008 02:07:06 -0400 Received: from opsy.redhat.com (vpn-248-108.boston.redhat.com [10.13.248.108]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2P675S2029167; Tue, 25 Mar 2008 02:07:06 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 54CAC37809A; Mon, 24 Mar 2008 23:11:37 -0600 (MDT) To: Paolo Bonzini Cc: Ralf Wildenhues , Gcc Patch List Subject: Re: Patch: automatic dependencies for gcc References: <20080308143259.GA28658@ins.uni-bonn.de> <20080308163601.GA31768@ins.uni-bonn.de> <20080308184059.GE31768@ins.uni-bonn.de> <20080309143941.GJ6280@ins.uni-bonn.de> <47DFCB97.1000908@gnu.org> <47E3E979.7020904@gnu.org> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Tue, 25 Mar 2008 08:33:00 -0000 In-Reply-To: (Tom Tromey's message of "Mon\, 24 Mar 2008 11\:55\:14 -0600") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg01456.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Paolo> Ok after testing on a cross and canadian, with one change if you wish: Tom> A cross revealed a typo in that patch, whoops. There is a "%(" at the Tom> end which should be "$(". Tom> My attempt at a canadian cross was too frustrating, and I have other Tom> things to do right now. I'll try to revisit this patch sometime. Tom> I'll resubmit it after that. Just to keep you updated... Daniel Jacobowitz solved my canadian cross problems by giving me a suitable pre-built cross toolchain. Thanks, Daniel! This revealed, of course, another bug. I am testing the fix for it now. Tom