diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-01-29 15:27:28 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-01-29 15:27:28 +0000 |
commit | fbbd8adf8ad208245f18c2e4a068810b9c401242 (patch) | |
tree | 13008452e954d3f8bced87002eda49ce086db406 /gnu/egcs/install/build.html | |
parent | 82acc2c5e72b389f6c60f8d6f0652eb24d8bb831 (diff) |
2.95.3, test release 2
Diffstat (limited to 'gnu/egcs/install/build.html')
-rw-r--r-- | gnu/egcs/install/build.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/egcs/install/build.html b/gnu/egcs/install/build.html index 12da67fc7e0..c6ad5012613 100644 --- a/gnu/egcs/install/build.html +++ b/gnu/egcs/install/build.html @@ -74,7 +74,7 @@ native compiler. You can then use the native GCC compiler to build the cross compiler. <p>Assuming you have already installed a native copy of GCC and configured -your corss compiler, issue the command "make", which performs the +your cross compiler, issue the command "make", which performs the following steps: <ul> <li>Build host tools necessary to build the compiler such as texinfo, bison, @@ -95,15 +95,15 @@ following steps: <h2>Building in parallel</h2> -<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>' when building GCC. You can use a bigger number instead of two if you like. In most cases, it won't help to use a number bigger than the number of processors in your machine. -<p> <hr> -<i>Last modified on August 27, 1999.</i> +<p><a href="./index.html">Return to the GCC Installation page</a></p> </body> </html> |