diff options
-rw-r--r-- | gdb/config/delta88.mh | 7 | ||||
-rw-r--r-- | gdb/config/delta88.mt | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config/delta88.mh b/gdb/config/delta88.mh new file mode 100644 index 0000000..8df865d --- /dev/null +++ b/gdb/config/delta88.mh @@ -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 diff --git a/gdb/config/delta88.mt b/gdb/config/delta88.mt new file mode 100644 index 0000000..c731ff7 --- /dev/null +++ b/gdb/config/delta88.mt @@ -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 |