* Configure serialization & company
@ 2002-12-30 6:06 Nathanael Nerode
0 siblings, 0 replies; only message in thread
From: Nathanael Nerode @ 2002-12-30 6:06 UTC (permalink / raw)
To: gcc-patches, binutils, gdb-patches
All right.
How about a note about parallel builds in the installation manual.
"If you intend to do a parallel build and you are concerned about some
(very unlikely) race conditions in 'configure', we suggest that you do
configure
make -j1 configure-build
make -j6000 all-build
make -j1 configure-host
make -j6000 all-host
make -j1 configure-target
make -j6000 all-target"
Or something like that. And fix up the Makefile so that one can
actually do that (which is not much work at all).
Personally, I think that should suffice. :-/
Other people agree?
--Nathanael
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-30 10:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-30 6:06 Configure serialization & company Nathanael Nerode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox