diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:31:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:31:58 +0000 |
commit | bd8cf55892f0a2915115edeb6ef9761d090a7165 (patch) | |
tree | 2356c321cc8206a39c7efb6c85102911f045810a /chapter06 | |
parent | ffbb143b54105f7216ef2a3c4e2964e5775e69ca (diff) |
Update to Binutils-2.24. Fixes #3438.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 65f72a8f3..a82f96c5c 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,12 +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 a couple of syntax errors that prevent the documentation from - building with Texinfo-&texinfo-version;:</para> - -<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \ - -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen> - <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |