From 0e3a4b1e8e1a70001f793e8070da38c791e58851 Mon Sep 17 00:00:00 2001 From: Jackie Smith Cashion Date: Mon, 23 Oct 1995 16:09:58 +0000 Subject: The revision 2.48 change (grossman 1995/10/16) had unfortunately broken the prompt spotting for the variant of the IDT monitor. Also took this opportunity to add the vr4300 configure.in options. --- gdb/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.in') 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 ;; -- cgit v1.1