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]

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


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


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