mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
add i386-lynx support
This commit is contained in:
parent
ba82f8e450
commit
84873870d7
@ -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.
|
||||
|
@ -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…
Reference in New Issue
Block a user