From 9278974d0936a25f87a6e40ee2f23542ef160f16 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 27 May 2006 18:07:57 +0000 Subject: Remove the 'refer back's in the gcc-pass2 and chapter06/gcc pages. Better organizes the commands and data so that the flow of the book is not lost. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index be0411450..451cd5424 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -190,35 +190,18 @@ cd ../gcc-build The -k flag is used to make the test suite run through to completion and not stop at the first failure. The GCC test suite is very comprehensive and is almost guaranteed to generate a few - failures. To receive a summary of the test suite results, run: + failures. -../gcc-&gcc-version;/contrib/test_summary - - For only the summaries, pipe the output through - grep -A7 Summ. - - Results can be compared with those located at . - - A few unexpected failures cannot always be avoided. The GCC developers - are usually aware of these issues, but have not resolved them yet. In - particular, the libmudflap tests - are known be particularly problematic as a result of a bug in GCC - (). - Unless the test results are vastly different from those at the above URL, - it is safe to continue. + For a discussion of test failures that are of particular + importance, please see Install the package: make install - - At this point it is strongly recommended to repeat the sanity - check we performed earlier in this chapter. Refer back to and repeat the test compilation. - If the result is wrong, the most likely reason is that the GCC Specs - patch was not properly applied. - + -- cgit v1.2.3-54-g00ecf