summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-11-06 16:32:33 +0000
committertv <tv@NetBSD.org>2001-11-06 16:32:33 +0000
commitf965ecc2a3d7aee650ffd8eeb658b646932417ed (patch)
tree788762e8eef2d62d7f6d2724c2c6e982ea2d5a61 /gnu
parent4fe26460e9b43b3c51802628eea1ee2643b98259 (diff)
Give mips*-*-netbsd* a gdb_target=nbsd line.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/toolchain/gdb/configure.tgt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/dist/toolchain/gdb/configure.tgt b/gnu/dist/toolchain/gdb/configure.tgt
index bdf41c2e54a..958cf3eb300 100644
--- a/gnu/dist/toolchain/gdb/configure.tgt
+++ b/gnu/dist/toolchain/gdb/configure.tgt
@@ -171,6 +171,8 @@ m88*-motorola-*) gdb_target=delta88 ;;
m88*-*-*) gdb_target=m88k ;;
mcore*-*-*) gdb_target=mcore ;;
+
+mips*-*-netbsd*) gdb_target=nbsd ;;
mips64*-big-*) gdb_target=bigmips64 ;;
mips*-big-*) gdb_target=bigmips ;;
mips*-dec-mach3*) gdb_target=mach3 ;;