diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-06 17:59:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-06 17:59:31 +0000 |
commit | b1c9e38c69e800e32c104971c3a8fc897f99e151 (patch) | |
tree | eef88642b70264e577c974584ae724665b76d577 /chapter05 | |
parent | 05d80ab8a28850bef07498234db999a5b03a2b75 (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 '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> |