diff options
Diffstat (limited to 'gdb/config/sh/linux.mt')
-rw-r--r-- | gdb/config/sh/linux.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/sh/linux.mt b/gdb/config/sh/linux.mt new file mode 100644 index 0000000..0653432 --- /dev/null +++ b/gdb/config/sh/linux.mt @@ -0,0 +1,6 @@ +# Target: Hitachi Super-H running GNU/Linux +TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o +TM_FILE= tm-linux.h + +SIM_OBS = remote-sim.o +SIM = ../sim/sh/libsim.a |