add i386-lynx support

This commit is contained in:
David D. Zuhn 1993-07-19 22:14:45 +00:00
parent 981b3a2794
commit 56e28f3a9b
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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 ;;