|
@@ -52,6 +52,10 @@
|
|
|
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>
|
|
|
|
|
@@ -70,10 +74,6 @@ cd ../binutils-build</userinput></screen>
|
|
|
<note><para>The approximate build SBU values and required disk space
|
|
|
in Chapter 5 does not include test suite data.</para></note>
|
|
|
|
|
|
- <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>Now prepare Binutils for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">../binutils-&binutils-version;/configure --target=$LFS_TGT \
|