diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 06:52:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 06:52:46 +0000 |
commit | 182d5d3e50ddf048e655a7e7909ae8389e84e639 (patch) | |
tree | 37e9b3736c3282aadb1daa74c976e807b55d31da /chapter05/gcc-pass2.xml | |
parent | 863beeaa4725d490579d9f047d230318460d9a76 (diff) |
Text changes in several places in Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 0bbab725b..98fd8b9ad 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -216,10 +216,6 @@ cd ../gcc-build</userinput></screen> <screen><userinput remap="make">make</userinput></screen> - <para>There is no need to use the <parameter>bootstrap</parameter> target - now because the compiler being used to compile this GCC was built from - the exact same version of the GCC sources used earlier.</para> - <para>Compilation is now complete. As previously mentioned, running the test suites for the temporary tools compiled in this chapter is not mandatory. To run the GCC test suite anyway, use the following command:</para> |