aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-04-14 19:19:12 +0000
committerMark Kettenis <kettenis@gnu.org>2004-04-14 19:19:12 +0000
commit6f606e1ce7ab5344f1d4cfa9cafd6631f2acd2b3 (patch)
tree94dda40855a8226aacb3f2032b464888ee128e1b /gdb/configure.host
parent9c5519a5d090054c6cd9c030ee05232cd853b147 (diff)
downloadfsf-binutils-gdb-6f606e1ce7ab5344f1d4cfa9cafd6631f2acd2b3.zip
fsf-binutils-gdb-6f606e1ce7ab5344f1d4cfa9cafd6631f2acd2b3.tar.gz
fsf-binutils-gdb-6f606e1ce7ab5344f1d4cfa9cafd6631f2acd2b3.tar.bz2
* NEWS (New native configurations): Mention NetBSD/vax.
* configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*. * config/vax/nbsdelf.mh: New file. * config/vax/nbsdaout.mh: New file. * config/vax/nm-nbsd.h: New file. * config/vax/nm-nbsdaout.h: New file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 919edc0..660dafd 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -122,6 +122,8 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
gdb_host=sol2
;;
+vax-*-netbsdelf*) gdb_host=nbsdelf ;;
+vax-*-netbsd*) gdb_host=nbsdaout ;;
vax-*-bsd*) gdb_host=vaxbsd ;;
vax-*-ultrix2*) gdb_host=vaxult2 ;;
vax-*-ultrix*) gdb_host=vaxult ;;