aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass1.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-03-28 19:39:42 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-03-28 19:39:42 +0000
commit0759a218c954c964837a5f1ff4db41fc00592e0b (patch)
tree20297a2d7d9a8887979e0146ab56928eb1006bdd /chapter05/binutils-pass1.xml
parent83643231741b0b04f318afb181718b6d045764d7 (diff)
Apply the binutils patch in the correct directory in pass 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r--chapter05/binutils-pass1.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index 6d596ce67..610486fa5 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -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 \