mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
add i386-lynx support
This commit is contained in:
parent
981b3a2794
commit
56e28f3a9b
@ -1,3 +1,7 @@
|
||||
Mon Jul 19 15:09:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||
|
||||
* configure.{hosts,in}: add i[34]86-*-lynxos* support
|
||||
|
||||
Mon Jul 19 14:53:30 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
||||
|
||||
* elf.c, elfcode.h, libelf.h: Serious reorganization.
|
||||
|
@ -54,6 +54,7 @@ case "${target}" in
|
||||
i[34]86-*-isc*) bfd_target=i386-sco ;; # gets core dump reading right
|
||||
i[34]86-*-sco*) bfd_target=i386-sco ;;
|
||||
i[34]86-*-bsd*) bfd_target=i386-bsd ;;
|
||||
o[34]86-*-lynxos*) bfd_target=i386-lynx ;;
|
||||
i[34]86-*-coff) bfd_target=i386-coff ;;
|
||||
i[34]86-*-aix*) bfd_target=i386-coff ;;
|
||||
i[34]86-*-elf) bfd_target=i386-elf ;;
|
||||
|
Loading…
Reference in New Issue
Block a user