diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 4 | ||||
-rw-r--r-- | chapter05/binutils-pass2.xml | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 73e7948ac..c52e0255d 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -52,10 +52,6 @@ linker and assembler to determine which of their own features to enable.</para> - <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> diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 8a68ede3a..ca947482f 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Binutils</title> - <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>Create a separate build directory again:</para> <screen><userinput remap="pre">mkdir -v ../binutils-build |