From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17001 invoked by alias); 10 Jun 2003 02:04:22 -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 16986 invoked from network); 10 Jun 2003 02:04:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jun 2003 02:04:22 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5A24MH07490; Mon, 9 Jun 2003 22:04:22 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5A24LI30669; Mon, 9 Jun 2003 22:04:21 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5A24IZ09203; Mon, 9 Jun 2003 22:04:18 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h5A24EH17546; Mon, 9 Jun 2003 22:04:14 -0400 Date: Tue, 10 Jun 2003 02:04:00 -0000 Message-Id: <200306100204.h5A24EH17546@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20030610015429.GA11332@doctormoo> (message from Nathanael Nerode on Mon, 9 Jun 2003 21:54:29 -0400) Subject: Re: [toplevel patch] Remove bogus conditional References: <20030610015429.GA11332@doctormoo> X-SW-Source: 2003-06/txt/msg00320.txt.bz2 > Here's the curious thing. The case this is designed for was unchanged > by the typo. (The case where host_canonical != build_canonical. With > the typo, host_canon*ci*al != build_canonical, so it still executes.) Doh! I saw the $(foo) in a shell-looking thing and thought the typo was that it should have been ${foo}. Given what you say, the patch is ok. > At the moment, I can't test a cross-built native properly 'cause I can't > find any which ever worked quite right for me. :-( But that's the > case where I never changed anything here! The usual host I use for such cases is cygwin, which is the only host I know of which is self-contained in uberbaum. It's possible to cross-host DJGPP as well, but it's not self-contained and quite a bit trickier.