summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2001-12-17 16:37:35 +0000
committerFernando Nasser <fnasser@redhat.com>2001-12-17 16:37:35 +0000
commit8c651848f24157ddd3c53356700c9e60fb3703a3 (patch)
tree191a90aa96c65f01b704aee103640a3b10e51e5b /gdb/configure.host
parent79ff6ede3f99fbb449575b47c14d98a6ed90da63 (diff)
downloadgdb-8c651848f24157ddd3c53356700c9e60fb3703a3.tar.gz
2001-12-17 Fernando Nasser <fnasser@redhat.com>
From Richard Earnshaw <rearnsha@arm.com>: * config/arm/nbsd.mh, config/arm/nbsd.mt, config/arm/tm-nbsd.h, config/arm/nm-nbsd.h, config/arm/xm-nbsd.h: New files. * armbsd-nat.c: New file. * Makefile.in: Build it. * configure.host, configure.tgt: Support NetBSD/arm.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index c22ea0410f7..29aae5da96d 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -35,6 +35,7 @@ alpha*-*-linux*) gdb_host=alpha-linux ;;
alpha*-*-freebsd*) gdb_host=fbsd ;;
arm*-*-linux*) gdb_host=linux ;;
+arm*-*-netbsd*) gdb_host=nbsd ;;
arm*-*-*) gdb_host=arm ;;
hppa*-*-bsd*) gdb_host=hppabsd ;;