diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-14 18:25:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-14 18:25:11 +0000 |
commit | 5d7109b29727c3e373e97e450b336fbcf93a7fda (patch) | |
tree | 0cf41e71f23557cea05756960a267130d3e93994 /chapter06 | |
parent | a4d96cea6799c7c710681e2f7a33e45f9965ae09 (diff) |
Upgrade to Binutils-2.23.1. Fixes #3226.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index b3f5d7675..44e8e4cba 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,10 +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>Apply a patch to prevent a build failure when using compiler optimizations:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&binutils-build-patch;</userinput></screen> - <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |