From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30976 invoked by alias); 19 Jan 2005 22:05:27 -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 30952 invoked from network); 19 Jan 2005 22:05:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 Jan 2005 22:05:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0JM5II7012456 for ; Wed, 19 Jan 2005 17:05:18 -0500 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0JM5GO31369; Wed, 19 Jan 2005 17:05:17 -0500 To: Daniel Jacobowitz Cc: Richard.Earnshaw@arm.com, Scott Bambrough , gdb-patches@sources.redhat.com Subject: Re: RFA: fix rdi-share subdir selection in configure References: <20050119204129.GA13535@nevyn.them.org> <20050119214708.GA16593@nevyn.them.org> From: Jim Blandy Date: Wed, 19 Jan 2005 22:05:00 -0000 In-Reply-To: <20050119214708.GA16593@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-01/txt/msg00216.txt.bz2 Daniel Jacobowitz writes: > On Wed, Jan 19, 2005 at 04:35:53PM -0500, Jim Blandy wrote: > > > > Daniel Jacobowitz writes: > > > Two problems. > > > > > > On Wed, Jan 19, 2005 at 03:31:39PM -0500, Jim Blandy wrote: > > > > gdb_target=embed > > > > ! build_rdi_share=yes > > > > > > My mailer says you've got the whitespace disease. > > > > Hmm. I think I've fixed that. What's the rule? Just to leave what > > one found unchanged, or to always use tabs, or to never use tabs? > > I don't much care :-) I usually pick door #1. > > > > I don't think the netware target wants the ARM RDI protocol... > > > > I don't see why not. It's friendly enough --- and pretty in pink. > > > > 2005-01-19 Jim Blandy > > > > * configure.tgt: Set build_rdi_share to "yes" on those targets > > that use that debugging protocol. > > Set build_nlm to yes to build NLM stub for Netware targets. > > * configure.ac: If build_rdi_share is "yes", then configure the > > rdi-share subdirectory. > > If build_nlm is "yes", the configure the "nlm" subdirectory. > > * configure: Regenerated. > > OK. Committed, thanks.