add i386-lynx support
authorDavid D. Zuhn <zoo@cygnus>
Mon, 19 Jul 1993 22:14:45 +0000 (22:14 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 19 Jul 1993 22:14:45 +0000 (22:14 +0000)
bfd/ChangeLog
bfd/configure.in

index 38328702b4c383b69f65643cf0bd1ffdf92fbe55..16b157748c51039575d4c594c7086d1d13c0837b 100644 (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.
index ada0ebee7f22b2bf1bc5d7b2f469ccfee6da3d48..957e49fe55b2f84cfc1fd48d52aba18191e92303 100644 (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 ;;