diff options
author | Daniel Jacobowitz <drow@false.org> | 2001-07-10 20:41:54 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2001-07-10 20:41:54 +0000 |
commit | 2aa830e4a6c1e6f378b87ed37a5a239325a59982 (patch) | |
tree | 94e558716793b22c1353cbf5883157f7fb71cbe3 /gdb/config/mips/linux.mt | |
parent | 15dcfbc30f219563b3e24c443ee6a8332ea40b0d (diff) | |
download | gdb-2aa830e4a6c1e6f378b87ed37a5a239325a59982.zip gdb-2aa830e4a6c1e6f378b87ed37a5a239325a59982.tar.gz gdb-2aa830e4a6c1e6f378b87ed37a5a239325a59982.tar.bz2 |
MIPS/Linux support
Diffstat (limited to 'gdb/config/mips/linux.mt')
-rw-r--r-- | gdb/config/mips/linux.mt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/mips/linux.mt b/gdb/config/mips/linux.mt new file mode 100644 index 0000000..16f8e32 --- /dev/null +++ b/gdb/config/mips/linux.mt @@ -0,0 +1,9 @@ +# Target: Linux/MIPS +TDEPFILES= mips-tdep.o mips-linux-tdep.o corelow.o \ + solib.o solib-svr4.o +TM_FILE= tm-linux.h + +GDBSERVER_DEPFILES= low-linux.o + +SIM_OBS = remote-sim.o +SIM = ../sim/mips/libsim.a |