diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-15 16:28:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-15 16:28:35 +0000 |
commit | 5ed8d0a86a6e31488a8338ceaf71f5211bf08b1e (patch) | |
tree | ecfad646fa51fdb5bad3f1599285126d2cf78c99 | |
parent | 36d2dccc79e0685c1d36e35e353107299cca0574 (diff) |
Restore comment about possible math failures in glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11421 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 95608d25b..c83b80a67 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -176,13 +176,13 @@ unset GCC_INCDIR</userinput></screen> fail. The reason is not completely understood, but indications are that minor timing issues can trigger these failures.</para> </listitem> - +--> <listitem> <para>The math tests sometimes fail when running on systems where the CPU is not a relatively new Intel or AMD processor.</para> </listitem> - +<!-- <listitem> <para>The <emphasis>nptl/tst-thread-affinity-{pthread,pthread2,sched}</emphasis> |