add i386-lynx support
authorDavid D. Zuhn <zoo@cygnus>
Tue, 20 Jul 1993 19:18:13 +0000 (19:18 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Tue, 20 Jul 1993 19:18:13 +0000 (19:18 +0000)
gas/ChangeLog
gas/configure.in

index 8116719ad9a0c288eb0e1cdcd59f1d319914bbfb..08745100d83df970919e2db005c1a6396c99a527 100644 (file)
@@ -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.
index b62ab1a24a7e55e5e2d7465ab3ab8c3349dd1160..c52d3ca3ab4375d06c7052593365890cf6b64929 100644 (file)
@@ -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 ;;