aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3832870..16b1577 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 ada0ebe..957e49f 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 ;;