|
@@ -61,10 +61,10 @@
|
|
|
esac</userinput></screen>
|
|
|
|
|
|
<para>The <command>fixincludes</command> script is known to occasionally
|
|
|
- erroneously attempt to "fix" the system headers installed so far. As
|
|
|
- the headers installed by GCC-&gcc-version; and Glibc-&glibc-version; are known
|
|
|
- to not require fixing, issue the following command to prevent the
|
|
|
- <command>fixincludes</command> script from running:</para>
|
|
|
+ erroneously attempt to "fix" the system headers installed so far.
|
|
|
+ As the headers up to this point are known to not require fixing,
|
|
|
+ issue the following command to prevent the <command>fixincludes</command>
|
|
|
+ script from running:</para>
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
|
|
|
|
|
@@ -82,8 +82,8 @@ cd ../gcc-build</userinput></screen>
|
|
|
--enable-clocale=gnu --enable-languages=c,c++ \
|
|
|
--disable-multilib --disable-bootstrap</userinput></screen>
|
|
|
|
|
|
- <para>Note that for other languages, there are some prerequsites that
|
|
|
- are not available. See the BLFS Book for instructions on how to
|
|
|
+ <para>Note that for other languages, there are some prerequisites that
|
|
|
+ are not available. See the BLFS Book for instructions on how to
|
|
|
build all the GCC supported languages.</para>
|
|
|
|
|
|
<para>Compile the package:</para>
|