From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2529 invoked by alias); 28 Dec 2002 15:47:19 -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 2515 invoked from network); 28 Dec 2002 15:47:18 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by 209.249.29.67 with SMTP; 28 Dec 2002 15:47:18 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id HAA27819; Sat, 28 Dec 2002 07:46:52 -0800 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma027788; Sat, 28 Dec 02 07:46:25 -0800 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id gBSFkR311388; Sat, 28 Dec 2002 07:46:27 -0800 (PST) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id HAA07757; Sat, 28 Dec 2002 07:46:27 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15885.51027.62243.955693@casey.transmeta.com> Date: Sat, 28 Dec 2002 07:48:00 -0000 To: Alexandre Oliva Cc: Nathanael Nerode , gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: (toplevel) Don't look for unprefixed tools unless they're appropriate In-Reply-To: References: <20021228072212.GA7409@doctormoo> X-SW-Source: 2002-12/txt/msg00714.txt.bz2 Alexandre Oliva writes: > On Dec 28, 2002, Nathanael Nerode wrote: > > > Tested on i686-pc-linux-gnu with a Canadian cross. Now if the > > prefixed tools can't be found (and the unprefixed tools are incorrect), > > the tool values default to blank, which will cause entirely different > > errors. (Heh.) > > Hmm... I don't quite like a blank default. I'd much rather default > to -, since this at least gives the user the > opportunity to adjust PATH after configure, and gives more of an idea > of what's going on. Agreed!