diff options
Diffstat (limited to 'gdb/config/z8k/z8k.mt')
-rw-r--r-- | gdb/config/z8k/z8k.mt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/z8k/z8k.mt b/gdb/config/z8k/z8k.mt new file mode 100644 index 0000000..cb8d043 --- /dev/null +++ b/gdb/config/z8k/z8k.mt @@ -0,0 +1,7 @@ +# Target: Z8000 with simulator +TDEPFILES= z8k-tdep.o +TM_FILE= tm-z8k.h + +SIM_OBS = remote-sim.o +SIM = ../sim/z8k/libsim.a + |