From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17809 invoked by alias); 19 Jan 2005 20:41:41 -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 17434 invoked from network); 19 Jan 2005 20:41:38 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 19 Jan 2005 20:41:38 -0000 Received: from drow by nevyn.them.org with local (Exim 4.43 #1 (Debian)) id 1CrMdt-0003XZ-5F; Wed, 19 Jan 2005 15:41:29 -0500 Date: Wed, 19 Jan 2005 20:41:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: Richard.Earnshaw@arm.com, Scott Bambrough , gdb-patches@sources.redhat.com Subject: Re: RFA: fix rdi-share subdir selection in configure Message-ID: <20050119204129.GA13535@nevyn.them.org> Mail-Followup-To: Jim Blandy , Richard.Earnshaw@arm.com, Scott Bambrough , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2005-01/txt/msg00208.txt.bz2 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. > ;; > xscale-*-*) gdb_target=embed > ! build_rdi_share=yes > ;; > > avr-*-*) gdb_target=avr ;; > *************** i[34567]86-*-linux*) gdb_target=linux > *** 96,105 **** > ;; > i[34567]86-*-gnu*) gdb_target=i386gnu ;; > i[34567]86-*-netware*) gdb_target=i386 > ! # FIXME: cagney/2005-01-07: The configdirs > ! # variable doesn't work with autoconf 2.59. > ! # Disabled. > ! # configdirs="${configdirs} nlm" > ;; > i[34567]86-*-cygwin*) gdb_target=cygwin ;; > i[34567]86-*-*) gdb_target=i386 ;; > --- 90,96 ---- > ;; > i[34567]86-*-gnu*) gdb_target=i386gnu ;; > i[34567]86-*-netware*) gdb_target=i386 > ! build_rdi_share=yes > ;; > i[34567]86-*-cygwin*) gdb_target=cygwin ;; > i[34567]86-*-*) gdb_target=i386 ;; > I don't think the netware target wants the ARM RDI protocol... -- Daniel Jacobowitz