aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-06-04 19:48:13 +0000
committerIan Lance Taylor <ian@airs.com>1993-06-04 19:48:13 +0000
commit344ea7e93752e36412dd25cc54b65aad2eab2370 (patch)
treed873b886efc975230cf80d5e602586b3d5515a40
parent761d5a4bad25085e148348da5cfe202236b82f16 (diff)
downloadgdb-344ea7e93752e36412dd25cc54b65aad2eab2370.zip
gdb-344ea7e93752e36412dd25cc54b65aad2eab2370.tar.gz
gdb-344ea7e93752e36412dd25cc54b65aad2eab2370.tar.bz2
* configure.in (mips-idt-ecoff*): Added trailing '*'.
-rw-r--r--gdb/testsuite/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in
index b677ace..9213572 100644
--- a/gdb/testsuite/configure.in
+++ b/gdb/testsuite/configure.in
@@ -48,7 +48,7 @@ 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 ;
+mips-idt-ecoff*) target_abbrev=mips ;
target_makefile_frag=config/mt-mips ;;
esac