diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-21 15:58:41 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-21 15:58:41 +0000 |
commit | 458882614b57606f65ae56e2f491a8b66aacdb6f (patch) | |
tree | c0d16a92d955ed4b62653e06a2dbc601154c6cec /gdb/configure.host | |
parent | 70f80edf7ccd4c18977394be8b91c852e119b7e3 (diff) | |
download | gdb-458882614b57606f65ae56e2f491a8b66aacdb6f.zip gdb-458882614b57606f65ae56e2f491a8b66aacdb6f.tar.gz gdb-458882614b57606f65ae56e2f491a8b66aacdb6f.tar.bz2 |
* NEWS: Note new MIPS NetBSD native configuration.
* configure.host (mips*-*-netbsd*): New host.
* configure.tgt (mips*-*-netbsd*): New target.
* mipsnbsd-nat.c: New file.
* mipsnbsd-tdep.c: New file.
* mipsnbsd-tdep.h: New file.
* config/mips/nbsd.mh: New file.
* config/mips/nbsd.mt: New file.
* config/mips/nm-nbsd.h: New file.
* config/mips/tm-nbsd.h: New file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 511ea76..c813528 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -118,6 +118,7 @@ mips-sgi-irix5*) gdb_host=irix5 ;; mips-sgi-irix6*) gdb_host=irix6 ;; mips-sony-*) gdb_host=news-mips ;; mips*-*-linux*) gdb_host=linux ;; +mips*-*-netbsd*) gdb_host=nbsd ;; mips-*-mach3*) gdb_host=mipsm3 ;; mips-*-sysv4*) gdb_host=mipsv4 ;; mips-*-sysv*) gdb_host=riscos ;; |