From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8039 invoked by alias); 4 Jan 2002 22:50:44 -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 8010 invoked from network); 4 Jan 2002 22:50:41 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 4 Jan 2002 22:50:41 -0000 Received: from localhost.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA22260 for ; Fri, 4 Jan 2002 14:50:40 -0800 (PST) Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id D669B3EB9; Fri, 4 Jan 2002 17:50:31 -0500 (EST) Message-ID: <3C3631B7.9080500@cygnus.com> Date: Fri, 04 Jan 2002 14:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: thorpej@wasabisystems.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [patch] Add ser-tcp.o to all NetBSD host Makefile fragments References: <20020104141453.E9599@dr-evil.shagadelic.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00045.txt.bz2 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. 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. enjoy, Andrew PS: Why delete the comment. > Index: config/i386/nbsd.mh > =================================================================== > RCS file: /cvs/src/src/gdb/config/i386/nbsd.mh,v > retrieving revision 1.10 > diff -c -r1.10 nbsd.mh > *** nbsd.mh 2001/10/02 23:11:21 1.10 > --- nbsd.mh 2002/01/04 21:56:51 > *************** > *** 1,13 **** > # Host: Intel 386 running NetBSD > ! XDEPFILES= > ! > ! # NATDEPFILES must remain entirely on one line for *BSD. When > ! # building a cross debugger, configure will cause this line to be > ! # commented out in the Makefile. BSD make doesn't permit the use of a > ! # continuation character (backslash) to extend a commented line. As a > ! # consequence, BSD make considers subsequent tab-indented lines to be > ! # "unassociated shell commands". > NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-sunos.o > - > XM_FILE= xm-nbsd.h > NAT_FILE= nm-nbsd.h > --- 1,5 ---- > # Host: Intel 386 running NetBSD > ! XDEPFILES= ser-tcp.o > NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-sunos.o > XM_FILE= xm-nbsd.h > NAT_FILE= nm-nbsd.h >