diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-01 05:02:30 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-01 05:02:30 -0700 |
commit | b633b7258d319687ac625da1f1b9be20e3bdaedb (patch) | |
tree | ac685f24b415861a012b139a4d10c7a0e944e54f /gas | |
parent | d6ad7351474f5959bbccb4031cbe7590567fd67a (diff) | |
download | gdb-b633b7258d319687ac625da1f1b9be20e3bdaedb.zip gdb-b633b7258d319687ac625da1f1b9be20e3bdaedb.tar.gz gdb-b633b7258d319687ac625da1f1b9be20e3bdaedb.tar.bz2 |
Support ix86-*-elf*
bfd/
* config.bfd: Support i[3-7]86-*-elf*.
gas/
* configure.tgt: Support i386-*-elf*.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1aa506d..e494ab1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-05-01 H.J. Lu <hongjiu.lu@intel.com> + + * configure.tgt: Support i386-*-elf*. + 2015-04-30 DJ Delorie <dj@redhat.com> * config/rl78-defs.h (rl78_isa_g10): New. diff --git a/gas/configure.tgt b/gas/configure.tgt index 7969970..09ee275 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -215,7 +215,7 @@ case ${generic_target} in i386-*-beospe*) fmt=coff em=pe ;; i386-*-beos*) fmt=elf ;; i386-*-coff) fmt=coff ;; - i386-*-elf) fmt=elf ;; + i386-*-elf*) fmt=elf ;; i386-*-kaos*) fmt=elf ;; i386-*-bsd*) fmt=aout em=386bsd ;; i386-*-nacl*) fmt=elf em=nacl |