diff options
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index d0c7a5ac5..7cfcb6421 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -43,6 +43,11 @@ <sect2 role="installation"> <title>Re-installation of Binutils</title> + <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>Create a separate build directory again:</para> <screen><userinput remap="pre">mkdir -v ../binutils-build |