diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-20 18:12:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-20 18:12:36 +0000 |
commit | 093af3be1e122c77525069040a5e3628a469eb86 (patch) | |
tree | 234608d5499056f4770dd6347342b6e759d9e312 /chapter05 | |
parent | 7c4b9931a5b37089f5e417dde6909c3780ff4387 (diff) |
Upgrade to Binutils-2.20. Fixes #2505.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9085 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index d83498b98..1f66d03dc 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,11 @@ <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 |