diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:09:00 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:09:00 +0000 |
commit | 1cdaff9801aa6f222f8fed6806cdf2f3bb105128 (patch) | |
tree | 747acb253cca43af580b73319c2323829784ff98 /chapter06/gcc.xml | |
parent | 4d86da9286eaa05a0d80a69d0c3646317c66f309 (diff) |
Various text updates/typo fixes from Chris Staub. Fixes #2367.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 8546b670a..77181e12c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -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> |