diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-15 17:21:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-15 17:21:30 +0000 |
commit | 751a13dcfb0225ad28a6b9fc281472fcf9fead21 (patch) | |
tree | c126103ef1f5cd3e5826839a123bdced4e56ac46 /chapter06/gcc.xml | |
parent | a3c628a1249bf850b3608b1abb869ef6f1b3f738 (diff) |
Touch up discussions of regression test failures in a few packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f54ed6c75..e2b109c3b 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -126,7 +126,7 @@ cd build</userinput></screen> <para>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, five tests in the libstdc++ test suite are known to fail + In particular, six tests in the libstdc++ test suite are known to fail when running as the root user as we do here. Unless the test results are vastly different from those at the above URL, it is safe to continue.</para> |