[RFA] Darwin/x86 port (v4 - part 4/4: misc files)

Tristan Gingold gingold@adacore.com
Fri Nov 14 18:49:00 GMT 2008


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

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. $<



More information about the Gdb-patches mailing list