diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 19 |
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> |