Author: matthew
Date: 2012-03-28 13:39:42 -0600 (Wed, 28 Mar 2012)
New Revision: 9793

Modified:
   trunk/BOOK/chapter05/binutils-pass1.xml
Log:
Apply the binutils patch in the correct directory in pass 1

Modified: trunk/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass1.xml     2012-03-27 21:19:24 UTC (rev 
9792)
+++ trunk/BOOK/chapter05/binutils-pass1.xml     2012-03-28 19:39:42 UTC (rev 
9793)
@@ -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 @@
     <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 \

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to