Fix x86 build failures
authorYao Qi <yao.qi@linaro.org>
Fri, 15 Sep 2017 12:05:39 +0000 (13:05 +0100)
committerYao Qi <yao.qi@linaro.org>
Fri, 15 Sep 2017 12:05:39 +0000 (13:05 +0100)
commit8d20070632b608587f372cf2d36ead339487e49c
treeb8961d750bd5d29b7b6be9952e67054e16eab6b3
parent8fd138c43b3a820e1d7deec80c9290b458f09d63
Fix x86 build failures

Christophe Lyon told me that GDB build failed on i386-linux with
--enable-64-bit-bfd=yes, so I audit the gdb/configure.tgt again.  I
find that i386-darwin has the same issue too.  Additionally, GDB
for solaris target fails to build too.  This patch fixes all of them.

gdb:

2017-09-15  Yao Qi  <yao.qi@linaro.org>

* configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
gdb_target_obs.
(i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
Likewise.
(i[34567]86-*-linux*): Likewise.
gdb/ChangeLog
gdb/configure.tgt