diff options
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 69bbd6c..db720b1 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -57,6 +57,8 @@ i[3456]86-*-aix*) gdb_host=i386aix ;; i[3456]86-*-bsd*) gdb_host=i386bsd ;; i[3456]86-*-dgux*) gdb_host=i386dgux ;; i[3456]86-*-freebsd*) gdb_host=fbsd ;; +i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;; +i[3456]86-*-netbsdaout*) gdb_host=nbsd ;; i[3456]86-*-netbsd*) gdb_host=nbsd ;; i[3456]86-*-go32*) gdb_host=go32 ;; i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;; |