diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-27 14:55:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-27 14:55:19 +0000 |
commit | d878ce39f84b3896c3bcecc9ca8beafd82cfd008 (patch) | |
tree | 2b03d00305ac495ba89b4be80e4ab83c0c5b1a9b /chapter05/gcc-pass2.xml | |
parent | cd686eda0597a88572b3cf5ffb017135a0592e24 (diff) |
* Moved discussion of glibc test failures to chapter 6, and reworded notes aboutoptional tests.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 8a62c1dcc..d391b7aad 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -146,10 +146,8 @@ have no use for it.</para></listitem> as the compiler we're using to compile this GCC was built from the exact same version of the GCC sources we used earlier.</para> -<para>Compilation is now complete. As mentioned earlier, we don't recommend -running the test suites for the temporary tools here in this chapter. If you -still want to run the GCC test suite anyway, the following command will do -so:</para> +<para>Compilation is now complete. As mentioned earlier, running the test suites +for the temporary tools compiled in this chapter is not mandatory. If you want to run the GCC test suite anyway, the following command will do so:</para> <screen><userinput>make -k check</userinput></screen> |