diff options
Diffstat (limited to 'gdb/config/a29k.mt')
-rw-r--r-- | gdb/config/a29k.mt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/a29k.mt b/gdb/config/a29k.mt deleted file mode 100644 index 29ae63b..0000000 --- a/gdb/config/a29k.mt +++ /dev/null @@ -1,10 +0,0 @@ -# Target: AMD 29000. -# These defines should give you a gdb running on ? (sun3os4 if you like) -# that will be able to communicate over a serial line with either an -# EB board (remote-eb.c), -# Adapt (remote-adapt.c), -# or a MiniMon debugger (remote-mm.c). -# Or run native on an Ultracomputer. -TDEPFILES= exec.o am29k-pinsn.o am29k-tdep.o remote-eb.o remote-mm.o remote-adapt.o -TM_FILE= tm-29k.h -MT_CFLAGS = -DNO_HIF_SUPPORT |