forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user