Browse Source

add i386-lynx support

gdb-4_18-branch
David D. Zuhn 34 years ago
parent
commit
84873870d7
  1. 4
      gas/ChangeLog
  2. 2
      gas/configure.in

4
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.

2
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 ;;

Loading…
Cancel
Save