diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-06 20:27:20 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-06 20:27:20 +0000 |
commit | 9a314770aab835019d2a13460f7438e225685006 (patch) | |
tree | 6d2d33e6ef0db43b7435c935e54589bf4820d0d8 /chapter05 | |
parent | 372e36505f52f63f83ea3d6381295b83f9451251 (diff) |
Upgrade to Glibc-2.11. Fixes #2509.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 1f66d03dc..e3a5b6ee8 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,21 +43,6 @@ <sect2 role="installation"> <title>Installation of Glibc</title> - <para>Apply a patch so that Glibc will build against - Binutils-&binutils-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-binutils-patch;</userinput></screen> - - <!-- This sed can be removed for any glibc newer than 2.10.1 (along with the - matching sed in chapter 6). See glibc bug 10262. --> - <para>Fix an error in the constants that get passed to the futex system - call in some cases, causing certain pthread_mutex operations to fail:</para> - -<screen><userinput remap="pre">cp -v nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig} -sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ - <nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \ - >nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |