diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-25 02:44:05 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-25 02:44:05 +0000 |
commit | da8ca43db6929b224561e9367668bbe4d9e604bf (patch) | |
tree | 6c1e8c405b9f625dee9c489eba3da7359f5b5bcf /gdb/configure.tgt | |
parent | 36a6271d5e87dca85b032036e2a3a0209ebf73cc (diff) | |
download | gdb-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.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 1ccdfed..64fdb4a 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -48,6 +48,7 @@ case "${target}" in alpha*-*-osf*) gdb_target=alpha-osf1 ;; alpha*-*-linux*) gdb_target=alpha-linux ;; alpha*-*-freebsd*) gdb_target=fbsd ;; +alpha*-*-netbsd*) gdb_target=nbsd ;; arc-*-*) gdb_target=arc ;; |