diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 5 | ||||
-rw-r--r-- | chapter05/binutils-pass2.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 2c8a5ab73..eff3eac76 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -48,11 +48,6 @@ linker and assembler to determine which of their own features to enable.</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> diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index dd7e7d912..adeb9f756 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -43,11 +43,6 @@ <sect2 role="installation"> <title>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 |