From cd880aa2ccabecd1a258b39b987160f0e86fd52d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 18 Jan 2017 23:13:09 +0000 Subject: Avoid parallel GCC install in build-many-glibcs.py. A recent build-many-glibcs.py build ran into what proves to be an old known bug with parallel install of GCC (one which as discussed there might require automake changes to fix). This patch makes build-many-glibcs.py avoid such intermittent failures from parallel install by using -j1 for GCC make install (the code in question also applies to binutils make install, but it doesn't seem worth trying to avoid -j1 there; the builds and installs of different toolchains are still fully parallel with each other, this is only about the case when there are few enough of those that multiple jobs can get used within a single make install). * scripts/build-many-glibcs.py (Config.build_cross_tool): Use -j1 for make install. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9a6d804db..9961dc420e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-01-18 Joseph Myers + + * scripts/build-many-glibcs.py (Config.build_cross_tool): Use -j1 + for make install. + 2017-01-18 Siddhesh Poyarekar * po/bg.po: Merge from Translation Project. -- cgit 1.4.1