Ignore:
Timestamp:
11/06/2009 08:27:20 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
01837d8
Parents:
372e365
Message:

Upgrade to Glibc-2.11. Fixes #2509.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r372e365 r9a31477  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 
    46     <para>Apply a patch so that Glibc will build against
    47     Binutils-&binutils-version;:</para>
    48 
    49 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-binutils-patch;</userinput></screen>
    50 
    51     <!-- This sed can be removed for any glibc newer than 2.10.1 (along with the
    52          matching sed in chapter 6).  See glibc bug 10262. -->
    53     <para>Fix an error in the constants that get passed to the futex system
    54     call in some cases, causing certain pthread_mutex operations to fail:</para>
    55 
    56 <screen><userinput remap="pre">cp -v nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig}
    57 sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
    58         &lt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
    59         &gt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
    6045
    6146    <para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.