summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2000-06-01 04:13:36 +0000
committerJ.T. Conklin <jtc@redback.com>2000-06-01 04:13:36 +0000
commitc62f87a6e57af825bc24867023c09060dceae95f (patch)
tree38e44f7096a441646ade587c333c10e67958d3b5 /gdb/configure.host
parent021eae054a41b520e770f47acc0f6433861d85b8 (diff)
downloadgdb-c62f87a6e57af825bc24867023c09060dceae95f.tar.gz
* configure.host: Add patterns for i[3456]86-*-netbsdaout*
and i[3456]86-*-netbsdelf*. * config/i386/nm-nbsdelf.h: New file. * config/i386/nbsdelf.mh: New file. * config/i386/nm-nbsd.h: change include of nm-nbsd.h to the more explicit config/nm-nbsd.h. * config/i386/tm-nbsd.h: change include of tm-i386bsd.h to tm-i386.h. (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Define. -------------------------------------------------------------------
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 69bbd6c4ae6..db720b1345f 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 ;;