diff options
author | J.T. Conklin <jtc@redback.com> | 2001-01-30 23:37:07 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2001-01-30 23:37:07 +0000 |
commit | 170b41d986a2de45f36ad9a7f9859142d3c9f307 (patch) | |
tree | 6a396919b6fa82e9dd6ab1ae42d6708e15f5343d /gdb/config/sh/linux.mt | |
parent | d4f569b8bb4a66f9c17665c19be55e0068ea4858 (diff) | |
download | gdb-170b41d986a2de45f36ad9a7f9859142d3c9f307.tar.gz |
* configure/sh/embed.mt: New file.
* configure/sh/linux.mt: New file.
* configure/sh/sh.mt: Removed.
* configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
(sh-*-*): Removed.
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 00000000000..06534323a2b --- /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 |