diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-25 19:15:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-25 19:15:32 +0000 |
commit | 31ca3f4ce56553a2bf5033a471bea07f7530d2b0 (patch) | |
tree | b6e2e77cc4b8b8197ff86b935693af69d193afe8 /gdb/testsuite/configure.in | |
parent | 01cec5c8e7efaa10983a6edcacdcf029acaa4e43 (diff) | |
download | gdb-31ca3f4ce56553a2bf5033a471bea07f7530d2b0.zip gdb-31ca3f4ce56553a2bf5033a471bea07f7530d2b0.tar.gz gdb-31ca3f4ce56553a2bf5033a471bea07f7530d2b0.tar.bz2 |
* configure.in (mips-idt-ecoff): New target.
* config/mips-gdb.exp: New file for remote board using MIPS remote
debugging protocol.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 9839a5d..b4ddffd 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -42,6 +42,8 @@ a29k-*-udi) target_abbrev=udi ; target_makefile_frag=config/mt-a29k-udi ;; a29k-isstip-*) target_abbrev=itip ; target_makefile_frag=config/mt-a29k-isstip ;; +mips-idt-ecoff) target_abbrev=mips ; + target_makefile_frag=config/mt-mips ;; esac # link in the lib directory if needed |