Move eelf_mipsel_haiki.c to ALL_64_EMULATION_SOURCES
authorAlan Modra <amodra@gmail.com>
Sun, 19 Sep 2021 02:47:48 +0000 (12:17 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 20 Sep 2021 02:08:55 +0000 (11:38 +0930)
commit8ac439689f4b0e7d0d03805426ae75fafdb47ad5
tree3e6886f20ea5537f7c8a09719d5c864b96783789
parent1e071750a2717e5f3f284cbe8e317435de38c490
Move eelf_mipsel_haiki.c to ALL_64_EMULATION_SOURCES

--enable-targets=all on a 32-bit host results in a link failure with
undefined references due to elfxx-mips.c not being compiled.  This
patch fixes that by putting eelf_mipsel_haiki.c in the correct
EMULATION_SOURCES Makefile variable.  I've also added a bunch of
missing file dependencies and sorted a few things so that it's easier
to verify dependencies are present.

* Makfile.am: Add missing haiku dependencies, sort.
(ALL_EMULATION_SOURCES): Sort.  Move eelf_mipsel_haiku.c to..
(ALL_64_EMULATION_SOURCES): ..here.  Sort.
* Makfile.in: Regenerate.
ld/Makefile.am
ld/Makefile.in