diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 22:57:36 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 22:57:36 +0000 |
commit | a113beac2110691ffd72d31aaf3aea745569bd65 (patch) | |
tree | f701f39d58e2778b602ade5b8860cdb151173603 /gdb/config | |
parent | d9548d448cadda7d79b063d1ce6999ded6bcbf52 (diff) | |
download | gdb-a113beac2110691ffd72d31aaf3aea745569bd65.zip gdb-a113beac2110691ffd72d31aaf3aea745569bd65.tar.gz gdb-a113beac2110691ffd72d31aaf3aea745569bd65.tar.bz2 |
i386mach host/target/native separation
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386mach.mh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/i386mach.mh b/gdb/config/i386mach.mh index fbfcde5..b98c27b 100644 --- a/gdb/config/i386mach.mh +++ b/gdb/config/i386mach.mh @@ -1,4 +1,6 @@ # Host: Intel 386 running Mach -XDEPFILES= infptrace.o inftarg.o fork-child.o mach386-xdep.o +XDEPFILES= XM_FILE= xm-i386mach.h +NAT_FILE= nm-i386mach.h +NATDEPFILES= infptrace.o inftarg.o fork-child.o i386mach-nat.o |