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 /chapter06/binutils.xml | |
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 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 3014adcda..19e693415 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,11 +64,6 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">rm -fv etc/standards.info sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> - <para>Fix an issue that causes one of the tests to fail to compile against - Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e 's/getline/get_line/' libiberty/testsuite/test-demangle.c</userinput></screen> - <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |