diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-08 23:46:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-08 23:46:45 +0000 |
commit | 93ee74805cd776050b416141450ce167eb442e73 (patch) | |
tree | f7735868e1144241d253257275bd61f12f9ae155 /chapter06/binutils.xml | |
parent | 24c820cb518614370be4a139bb28cbcff8d6e6ac (diff) |
Updated to Texinfo-4.11. Fixes #2074.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 24770bb17..b747c97ce 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -56,6 +56,11 @@ Ask your system administrator to create more.</computeroutput></screen> <para>This issue needs to be resolved before running the test suites for Binutils and GCC.</para> + <para>Binutils does not recognize versions of Texinfo newer than 4.9. Fix + this issue by applying the following patch:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen> + <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |