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/binutils-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/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 7eb1cf670..b09b9fae6 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -53,10 +53,9 @@ variables that override the default optimization flags.</para> <screen><userinput>make</userinput></screen> -<para>Compilation is now complete. As discussed earlier, we don't recommend -running the test suites for the temporary tools here in this chapter. If -nevertheless you want to run the Binutils test suite, the following command -will do so:</para> +<para>Compilation is now complete. As discussed earlier, running the test suite +isn't mandatory for the temporary tools here in this chapter. If you do want to +run the Binutils test suite though, the following command will do so:</para> <screen><userinput>make -k check</userinput></screen> |