aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-04-25 02:44:05 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-04-25 02:44:05 +0000
commitda8ca43db6929b224561e9367668bbe4d9e604bf (patch)
tree6c1e8c405b9f625dee9c489eba3da7359f5b5bcf /gdb/configure.host
parent36a6271d5e87dca85b032036e2a3a0209ebf73cc (diff)
downloadgdb-da8ca43db6929b224561e9367668bbe4d9e604bf.zip
gdb-da8ca43db6929b224561e9367668bbe4d9e604bf.tar.gz
gdb-da8ca43db6929b224561e9367668bbe4d9e604bf.tar.bz2
* Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
alphanbsd-tdep.c. (alphanbsd-nat.o): New dependency list. (alphanbsd-tdep.o): Ditto. * NEWS: Note new native NetBSD/alpha configuration. * alphanbsd-nat.c: New file. * alphanbsd-tdep.c: Ditto. * configure.host (alpha*-*-netbsd*): New host. * configure.tgt (alpha*-*-netbsd*): New target. * config/alpha/nbsd.mh: New file. * config/alpha/nbsd.mt: Ditto. * config/alpha/nm-nbsd.h: Ditto. * config/alpha/tm-nbsd.h: Ditto.
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 4c69fff..0c26ac0 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -34,6 +34,7 @@ alpha*-*-osf2*) gdb_host=alpha-osf2 ;;
alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
alpha*-*-linux*) gdb_host=alpha-linux ;;
alpha*-*-freebsd*) gdb_host=fbsd ;;
+alpha*-*-netbsd*) gdb_host=nbsd ;;
arm*-*-linux*) gdb_host=linux ;;
arm*-*-netbsd*) gdb_host=nbsd ;;