diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 0b022a19b..7c99a9b1a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -40,20 +40,6 @@ unset them when building Glibc.</para> the method suggested in this book puts the stability of the system at risk.</para> -<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. If you plan to run the testsuite apply this patch:</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 Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |