2003-08-25 Chris Demetriou <cgd@broadcom.com>
[binutils-gdb.git] / gdb / configure.tgt
index f11f0eeb6672c4ee2bec03b82ec9bb9cc76328a9..48b516fd146d0244ba117f338545f410430e5780 100644 (file)
@@ -143,6 +143,12 @@ m68*-*-sysv4*)             gdb_target=m68kv4 ;;
 m68*-*-vxworks*)       gdb_target=vxworks68 ;;
 
 mcore*-*-*)            gdb_target=mcore ;;
+
+# "mipsisa64" targets are 64-bit MIPS, MIPS64 ISA.  They need these
+# special cases because otherwise they (obviously) are not matched by
+# the "mips64" target cases, and would therefore be treated as 32-bit.
+mipsisa64*-*-linux*)   gdb_target=linux64 ;;
+mipsisa64*-*-*)                gdb_target=embed64 ;;
 mips64*-big-*)         gdb_target=mips64 ;;
 mips*-big-*)           gdb_target=mips ;;
 mips*-dec-*)           gdb_target=mips ;;