aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-10-20 18:12:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-10-20 18:12:36 +0000
commit093af3be1e122c77525069040a5e3628a469eb86 (patch)
tree234608d5499056f4770dd6347342b6e759d9e312 /chapter06/glibc.xml
parent7c4b9931a5b37089f5e417dde6909c3780ff4387 (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 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 726b2a167..128e86ee0 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -101,6 +101,11 @@ unset DL</userinput></screen>
<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
+ <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>
+
<para>Fix an error in one of the make check routines. Note that the escaped
newline in the second <command>sed</command> is required:</para>