Author: matthew
Date: 2012-03-30 08:33:43 -0600 (Fri, 30 Mar 2012)
New Revision: 9798

Modified:
   trunk/BOOK/chapter05/binutils-pass2.xml
Log:
Apply the binutils patch in the right place in pass 2.

Modified: trunk/BOOK/chapter05/binutils-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml     2012-03-29 15:56:46 UTC (rev 
9797)
+++ trunk/BOOK/chapter05/binutils-pass2.xml     2012-03-30 14:33:43 UTC (rev 
9798)
@@ -43,15 +43,15 @@
   <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
 cd ../binutils-build</userinput></screen>
 
-    <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>Prepare Binutils for compilation:</para>
 
 <screen><userinput remap="configure">CC="$LFS_TGT-gcc -B/tools/lib/" \

-- 
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