diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-20 19:18:13 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-20 19:18:13 +0000 |
commit | 84873870d7233ea8f849059044ad35bdee1155a7 (patch) | |
tree | e1dcf4d889713c770deb41d04898e200b5a3ae8c /gas | |
parent | ba82f8e450143f285be00f0ad5a971f5f3129cc1 (diff) | |
download | gdb-84873870d7233ea8f849059044ad35bdee1155a7.zip gdb-84873870d7233ea8f849059044ad35bdee1155a7.tar.gz gdb-84873870d7233ea8f849059044ad35bdee1155a7.tar.bz2 |
add i386-lynx support
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8116719..0874510 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 b62ab1a..c52d3ca 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 ;; |