[Bug other/67627] libatomic parallel build failure
nsz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 6 14:52:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67627
--- Comment #2 from nsz at gcc dot gnu.org ---
Author: nsz
Date: Wed Jan 6 14:51:35 2016
New Revision: 232102
URL: https://gcc.gnu.org/viewcvs?rev=232102&root=gcc&view=rev
Log:
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.
Modified:
trunk/libatomic/ChangeLog
trunk/libatomic/Makefile.am
trunk/libatomic/Makefile.in
More information about the Gcc-bugs
mailing list