Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Darwin/x86 port (v2 - part 4/4: misc)
@ 2008-11-12 12:50 Tristan Gingold
  2008-11-12 12:53 ` Mark Kettenis
  2008-11-12 17:29 ` Tristan Gingold
  0 siblings, 2 replies; 4+ messages in thread
From: Tristan Gingold @ 2008-11-12 12:50 UTC (permalink / raw)
  To: gdb-patches

darwin.defs:

#include "config.h"
#ifdef HAVE_64_BIT_MACH_EXCEPTIONS
#import <mach/mach_exc.defs>
#else
#import <mach/exc.defs>
#endif

config/i386/darwin.mh:

# Host: IA86 running Darwin

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

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

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

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-12 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-12 12:50 [RFA] Darwin/x86 port (v2 - part 4/4: misc) Tristan Gingold
2008-11-12 12:53 ` Mark Kettenis
2008-11-12 17:08   ` Tristan Gingold
2008-11-12 17:29 ` Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox