summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-09-02 17:24:51 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-09-02 17:24:51 +0000
commitd12673d7b7174f2af3406165ecfd430dfa9c34d9 (patch)
tree48981758be92f87efdf3985d3d85efd8149a3489 /gdb/configure.tgt
parentf223cc7a28efc0c450ebea2709fe3be42366ca66 (diff)
downloadgdb-d12673d7b7174f2af3406165ecfd430dfa9c34d9.tar.gz
* configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
(i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd. (i[3456]86-*-openbsd*): Make this a separate entry. Add a comment noting that this needs its own target configuration. * config/i386/nbsd.mt: New file. * config/i386/nbsdaout.mt: Remove. * config/i386/nbsdelf.mt: Ditto. * config/i386/tm-nbsdaout.h: Ditto.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 385dbd02b3d..896fbb18cb3 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -92,9 +92,8 @@ i[3456]86-ncr-*) gdb_target=ncr3000 ;;
# OBSOLETE i[3456]86-*-aix*) gdb_target=i386aix ;;
i[3456]86-*-bsd*) gdb_target=i386bsd ;;
i[3456]86-*-freebsd*) gdb_target=fbsd ;;
-i[3456]86-*-netbsdelf*) gdb_target=nbsdelf ;;
-i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
- gdb_target=nbsdaout ;;
+i[3456]86-*-netbsd*) gdb_target=nbsd ;;
+i[3456]86-*-openbsd*) gdb_target=nbsd ;; # FIXME: needs its own target
# OBSOLETE i[3456]86-*-os9k) gdb_target=i386os9k ;;
i[3456]86-*-go32*) gdb_target=i386aout ;;
i[3456]86-*-msdosdjgpp*) gdb_target=go32 ;;