aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorJackie Smith Cashion <jsmith@redhat.com>1995-10-23 16:09:58 +0000
committerJackie Smith Cashion <jsmith@redhat.com>1995-10-23 16:09:58 +0000
commit0e3a4b1e8e1a70001f793e8070da38c791e58851 (patch)
tree0837d57bdf5882954261fa932ce0146a30c00e4b /gdb/configure.in
parentbef54404791c11a7bd26f4c570ec1fd2a886024a (diff)
downloadgdb-0e3a4b1e8e1a70001f793e8070da38c791e58851.zip
gdb-0e3a4b1e8e1a70001f793e8070da38c791e58851.tar.gz
gdb-0e3a4b1e8e1a70001f793e8070da38c791e58851.tar.bz2
The revision 2.48 change (grossman 1995/10/16) had unfortunately
broken the prompt spotting for the <RISQ> variant of the IDT monitor. Also took this opportunity to add the vr4300 configure.in options.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index a70d31f..bc3220a 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -370,6 +370,8 @@ mips*-dec-mach3*) gdb_target=mach3 ;;
mips*-dec-*) gdb_target=decstation ;;
mips64*el-*-ecoff*) gdb_target=idtl64 ;;
mips64*-idt-ecoff*) gdb_target=idt64 ;;
+mips64*vr4300*el-*-elf*) gdb_target=vr4300el ;;
+mips64*vr4300*-*-elf*) gdb_target=vr4300 ;;
mips64*el-*-elf*) gdb_target=idtl64 ;;
mips64*-*-elf*) gdb_target=idt64 ;;
mips*el-*-ecoff*) gdb_target=idtl ;;