aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-11-06 17:59:31 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-11-06 17:59:31 +0000
commitb1c9e38c69e800e32c104971c3a8fc897f99e151 (patch)
treeeef88642b70264e577c974584ae724665b76d577 /chapter06
parent05d80ab8a28850bef07498234db999a5b03a2b75 (diff)
Upgrade to glibc-2.3.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 047f35215..8e5abee70 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -62,25 +62,6 @@ within the Glibc source directory:</para>
<screen><userinput>tar -xvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
-<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
-The problem has been determined to be with the tests themselves, not with the
-C library or the kernel. This patch fixes the problem:</para>
-
-<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
-
-<para>Apply the following patches to enable Glibc to compile with
-GCC-&gcc-version;:</para>
-
-<screen><userinput>patch -Np1 -i ../&glibc-gcc4_symbols-patch;
-patch -Np1 -i ../&glibc-gcc4_string-patch;
-patch -Np1 -i ../&glibc-gcc4_elf-patch;
-patch -Np1 -i ../&glibc-gcc4_iconvdata-patch;</userinput></screen>
-
-<para>The following patch corrects the expected results for some of the math
-tests on x86 processors when compiled with GCC-&gcc-version;:</para>
-
-<screen><userinput>patch -Np1 -i ../&glibc-gcc4_mathtest-patch;</userinput></screen>
-
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>