From 6f606e1ce7ab5344f1d4cfa9cafd6631f2acd2b3 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 14 Apr 2004 19:19:12 +0000 Subject: * 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. --- gdb/configure.host | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.host') 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 ;; -- cgit v1.1