diff options
Diffstat (limited to 'gdb/config/a29k.mt')
-rw-r--r-- | gdb/config/a29k.mt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/config/a29k.mt b/gdb/config/a29k.mt new file mode 100644 index 0000000..aa1db16 --- /dev/null +++ b/gdb/config/a29k.mt @@ -0,0 +1,10 @@ +# 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 +TM_CFLAGS = -DNO_HIF_SUPPORT |