diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-12-06 07:28:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-12-06 07:28:20 +0000 |
commit | 30216f981462028f83a8ecf2395639ad1f5345c0 (patch) | |
tree | 29fb637301cbe7428ce7b9e1b1cc8f79eeeade79 | |
parent | 04b4985adb1c14de3d6aed87181c071a0bf69df2 (diff) |
Fix comments about gcc test failures for gcc-5.3.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 56fceee52..afae54041 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -116,7 +116,8 @@ cd ../gcc-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, one test in the libgomp test suite is known to fail. + In particular, two 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> |