From: David D. Zuhn Date: Tue, 20 Jul 1993 19:18:13 +0000 (+0000) Subject: add i386-lynx support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84873870d7233ea8f849059044ad35bdee1155a7;p=binutils-gdb.git add i386-lynx support --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 8116719ad9a..08745100d83 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 20 12:17:16 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * configure.in: i386-lynx is the same as i386-coff + Mon Jul 19 15:21:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com) * config/obj-elf.c (obj_elf_previous): New function. diff --git a/gas/configure.in b/gas/configure.in index b62ab1a24a7..c52d3ca3ab4 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -127,7 +127,7 @@ case ${generic_target} in emulation=i386aix ;; i386-*-bsd*) obj_format=aout emulation=386bsd ;; i386-*-linux*) obj_format=aout emulation=linux ;; - i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*) + i386-*-lynxos* | i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*) obj_format=coffbfd gas_target=i386coff ;; i386-*-go32) obj_format=aout ;;