diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:03:27 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:03:27 +0000 |
commit | 61bbb1c2cf5f5a2a05495e1965dd01192d67174e (patch) | |
tree | 57e0c8693d3bf79409b62144424cbcb55108cc22 /gdb/config | |
parent | a113beac2110691ffd72d31aaf3aea745569bd65 (diff) | |
download | gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.zip gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.gz gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.bz2 |
sun386 host/target/native separation
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sun386.mh | 4 | ||||
-rw-r--r-- | gdb/config/sun386.mt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/config/sun386.mh b/gdb/config/sun386.mh index b928499..ee748db 100644 --- a/gdb/config/sun386.mh +++ b/gdb/config/sun386.mh @@ -1,3 +1,5 @@ # Host: Sun 386i -XDEPFILES= infptrace.o inftarg.o fork-child.o sun386-xdep.o +XDEPFILES= XM_FILE= xm-sun386.h +NAT_FILE= nm-sun386.h +NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o sun386-nat.o diff --git a/gdb/config/sun386.mt b/gdb/config/sun386.mt index 614df41..26bd7c3 100644 --- a/gdb/config/sun386.mt +++ b/gdb/config/sun386.mt @@ -1,3 +1,3 @@ # Target: Sun 386i target configuration file. -TDEPFILES= exec.o i386-pinsn.o solib.o +TDEPFILES= i386-pinsn.o solib.o TM_FILE= tm-sun386.h |