This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: install/build.html (was: if-conversion a performance bottleneck)


On Fri, 5 May 2000, Brad Lucier wrote:
> After upgrading make from version 3.77 to version 3.79,
> 
> make -j 9 bootstrap
> 
> works as I think it should---it consistently has about 9 processes
> running in various subdirectories throughout the build process.

Thanks for the feedback. I have installed the documentation patch below.

Index: build.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/build.html,v
retrieving revision 1.23
diff -r1.23 build.html
98,99c98,100
< <p> If you have a multiprocessor you can use `<code>make bootstrap
< MAKE="make -j 2" -j 2</code>' instead of just `<code>make bootstrap</code>'
---
> <p> If you have a multiprocessor system you can use `<code>make bootstrap
> MAKE="make -j 2" -j 2</code>' or just `<code>make -j 2 bootstrap</code>'
> for GNU Make 3.79 and above instead of just `<code>make bootstrap</code>'



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]