Fixes to allow a toolchain configured with --enable-all to build on a 32-bit host.
authorNick Clifton <nickc@redhat.com>
Wed, 25 Jun 2014 15:35:58 +0000 (16:35 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 25 Jun 2014 15:35:58 +0000 (16:35 +0100)
commit9d069ac37fb121b2794681480f8691d5699de9f7
treec79286d00b2da6d403e8456e37c487d006328760
parent28bf260962673c554b926a013af27c77fe82870c
Fixes to allow a toolchain configured with --enable-all to build on a 32-bit host.

* Makefile.am (ALL_EMULATION_SOURCES): Move ei386pep.c from
here...
(ALL_64_EMULATION_SOURCES): ... to here.
(ALL_EMUL_EXTRA_OFILES): Move pep-dll.o from here...
(ALL_64_EMUL_EXTRA_OFILES): New.  ... to here.
* configure.in (EMUL_EXTRA_OFILES): Include
ALL_64_EMUL_EXTRA_OFILES when making a 64-bit enabled build.
* Makefile.in: Regenerate.
* configure: Regenerate.
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure
ld/configure.in