diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2005-09-06 19:35:49 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2005-09-06 19:35:49 +0000 |
commit | d9770aa36d1b24d75ca2df8a8c33faf3504861bf (patch) | |
tree | 78cf27170e79e8a5fb8f2635269c3292b24bd01b | |
parent | 4d6f3794603dcd24ea1bbde7b2a597bbf9354bb7 (diff) |
remove literal gcc4 from glibc explanationgcc4
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index dd738bc61..d45755995 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -120,9 +120,10 @@ make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log </userinput></screen> <para>On at least i686 you can expect to see failures in the <emphasis>test-double -</emphasis> and <emphasis>test-idouble</emphasis> math tests with gcc4, as well as -an expected (ignored) failure in <emphasis>posix/annexc</emphasis>. These two -failures in the math tests appear to be harmless.</para> +</emphasis> and <emphasis>test-idouble</emphasis> math tests with +gcc-&gcc-version;, as well as an expected (ignored) failure in <emphasis> +posix/annexc</emphasis>. These two failures in the math tests appear to be +harmless.</para> <para>The Glibc test suite is highly dependent on certain functions of the host system, in particular the kernel. In certain circumstances, |