Initial revision

This commit is contained in:
Steve Chamberlain 1991-11-12 17:29:57 +00:00
parent caebaa1660
commit 5d2d9ca629
2 changed files with 12 additions and 0 deletions

7
gdb/config/delta88.mh Normal file
View File

@ -0,0 +1,7 @@
# Host: Motorola 88000 running DGUX
XDEPFILES= infptrace.o m88k-xdep.o
XM_FILE= xm-delta88.h
REGEX=regex.o
REGEX1=regex.o
# Have to use /bin/nm because a bfd nm won't do the right thing
MUNCH_DEFINE=MUNCH_NM=/bin/nm

5
gdb/config/delta88.mt Normal file
View File

@ -0,0 +1,5 @@
# Target: Motorola 88000
TDEPFILES= tdesc.o m88k-tdep.o m88k-pinsn.o exec.o coredep.o
TM_CLIBS= tdesc-lib/libdc.o
TM_CDEPS= tdesc-lib/libdc.o
TM_FILE= tm-delta88.h