From: David D. Zuhn Date: Mon, 19 Jul 1993 22:14:45 +0000 (+0000) Subject: add i386-lynx support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56e28f3a9b591bd2a0205a571305782b3e9f05dd;p=binutils-gdb.git add i386-lynx support --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 38328702b4c..16b157748c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/configure.in b/bfd/configure.in index ada0ebee7f2..957e49fe55b 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -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 ;;