This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Darwin/x86 port (v2 - part 4/4: misc)



On Nov 12, 2008, at 1:32 PM, Mark Kettenis wrote:


Date: Wed, 12 Nov 2008 11:13:46 +0100
From: Tristan Gingold <gingold@adacore.com>


SER_HARDWIRE = ser-base.o ser-unix.o ser-tcp.o

Do you really need to override this for Darwin? I'd expect ser-pipe.c to work just fine. If not, this should really be moved into configure.ac, where we handle go32/djgpp/mingw32.

I didn't realize there are default values. So here is the new darwin.mh file:


# Host: IA86 running Darwin

NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \
     i386-darwin-nat.o i386-nat.o darwin-nat-info.o

# Trick so that excServer.c is not the default target!
_all: all

excServer.c: darwin.defs
	/usr/bin/mig -I. $<


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]