From d878ce39f84b3896c3bcecc9ca8beafd82cfd008 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 27 Jun 2004 14:55:19 +0000 Subject: * 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 --- chapter05/gcc-pass2.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chapter05/gcc-pass2.xml') 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. as the compiler we're using to compile this GCC was built from the exact same version of the GCC sources we used earlier. -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: +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: make -k check -- cgit v1.2.3-54-g00ecf