From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24456 invoked by alias); 4 Jan 2002 23:15:29 -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 24387 invoked from network); 4 Jan 2002 23:15:26 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 4 Jan 2002 23:15:26 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id BE7E99869; Fri, 4 Jan 2002 15:15:26 -0800 (PST) Date: Fri, 04 Jan 2002 15:15:00 -0000 From: Jason R Thorpe To: Andrew Cagney Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [patch] Add ser-tcp.o to all NetBSD host Makefile fragments Message-ID: <20020104151526.G9599@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , Andrew Cagney , gdb-patches@sourceware.cygnus.com References: <20020104141453.E9599@dr-evil.shagadelic.org> <3C3631B7.9080500@cygnus.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="9crTWz/Z+Zyzu20v" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C3631B7.9080500@cygnus.com>; from ac131313@cygnus.com on Fri, Jan 04, 2002 at 05:50:31PM -0500 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-01/txt/msg00046.txt.bz2 --9crTWz/Z+Zyzu20v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 667 On Fri, Jan 04, 2002 at 05:50:31PM -0500, Andrew Cagney wrote: > Dig dig. Hmm, have a look at what configure.in does with SER_HARDWIRE. > Looks like the file needing a fix is config/arm/nbsd.mh. Aha, I see. Ok. > As a rule of thumb, a host specific file should set off an alarm bell - > host specific stuff is (in theory ...) all handled by autoconf. Then this patch ought to do the trick. [ for gdb/ChangeLog ] 2002-01-04 Jason Thorpe * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o. > PS: Why delete the comment. Consistency with the others, mostly. -- -- Jason R. Thorpe --9crTWz/Z+Zyzu20v Content-Type: text/plain; charset=us-ascii Content-Description: patch1 Content-Disposition: attachment; filename=JRT-patch1 Content-length: 620 Index: config/arm/nbsd.mh =================================================================== RCS file: /cvs/src/src/gdb/config/arm/nbsd.mh,v retrieving revision 1.2 diff -c -r1.2 nbsd.mh *** nbsd.mh 2001/12/17 21:14:10 1.2 --- nbsd.mh 2002/01/04 23:10:55 *************** *** 1,5 **** # Host ARM running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o XM_FILE=xm-nbsd.h NAT_FILE=nm-nbsd.h --- 1,5 ---- # Host ARM running NetBSD ! XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o XM_FILE=xm-nbsd.h NAT_FILE=nm-nbsd.h --9crTWz/Z+Zyzu20v--