]> git.ipfire.org Git - thirdparty/gcc.git/commit - libatomic/ChangeLog
Fix libatomic multilib parallel build (PR other/67627)
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 6 Jan 2016 14:51:35 +0000 (14:51 +0000)
committerSzabolcs Nagy <nsz@gcc.gnu.org>
Wed, 6 Jan 2016 14:51:35 +0000 (14:51 +0000)
commit7c961392a68dcf032ec75aa38a41b6ec7d8ec477
tree444dfe130e7c482dd2feae37033602b82702fc82
parent0c3e5dd1e6efc0c30d679ac2c57ab12f86c6c5af
Fix libatomic multilib parallel build (PR other/67627)

The all-multi target may be built in parallel with the %_.lo
targets which generate make dependencies that are parsed during
the build of all-multi.

This patch forces all-multi to only run after the *_.lo targets
are done.

libatomic:
PR other/67627
* Makefile.am (all-multi): Add dependency.
* Makefile.in: Regenerate.

From-SVN: r232102
libatomic/ChangeLog
libatomic/Makefile.am
libatomic/Makefile.in