diff options
author | Rob Savoye <rob@cygnus> | 1995-11-18 00:25:35 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-11-18 00:25:35 +0000 |
commit | 7bb5e831919bf6dc8db3aabfaa2345fbc07eb195 (patch) | |
tree | 113776aaf2a1100247f1639112e76a36887359d7 /gdb/config/mips/embed64.mt | |
parent | 535e9e2943519be69a66ccfad5b1cdf42601d71a (diff) | |
download | gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.zip gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.tar.gz gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.tar.bz2 |
* configure.in: Change "idt" config to a generic "embed" config
for all mips*-*-ecoff or elf configurations.
* configure: Regenerate using autoconf 2.4.
* config/mips/{idt*.mt,tm-idt*.h}: Rename to "idt" part of the
name to "embed". Build remote-array.o along with IDT protocols.
* remote-array.c: Nuke setting the serial port to 4800 baud.
Diffstat (limited to 'gdb/config/mips/embed64.mt')
-rw-r--r-- | gdb/config/mips/embed64.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/mips/embed64.mt b/gdb/config/mips/embed64.mt new file mode 100644 index 0000000..273d33b --- /dev/null +++ b/gdb/config/mips/embed64.mt @@ -0,0 +1,3 @@ +# Target: Big-endian mips board, typically an IDT. +TDEPFILES= mips-tdep.o remote-mips.o remote-array.o +TM_FILE= tm-embed64.h |