Author: bdubbs
Date: 2010-10-26 19:20:20 -0600 (Tue, 26 Oct 2010)
New Revision: 9407

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/gcc-pass1.xml
Log:
Clarify text in Chapter 5 GCC Pass 1

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-10-26 13:55:10 UTC (rev 9406)
+++ trunk/BOOK/chapter01/changelog.xml  2010-10-27 01:20:20 UTC (rev 9407)
@@ -37,6 +37,16 @@
 
 -->
     <listitem>
+      <para>2010-10-26</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Clarify text in Chapter 5 GCC Pass 1
+          concerning supporting packages.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-10-24</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml  2010-10-26 13:55:10 UTC (rev 9406)
+++ trunk/BOOK/chapter05/gcc-pass1.xml  2010-10-27 01:20:20 UTC (rev 9407)
@@ -45,7 +45,9 @@
 
     <para>GCC now requires the GMP, MPFR and MPC packages. As these packages 
may
     not be included in your host distribution, they will be built with
-    GCC:</para>
+    GCC.  Unpack each package into the GCC source directory and rename the
+    resulting directories so the GCC build procedures will automatically
+    use them:</para>
 
 <screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
 mv -v mpfr-&mpfr-version; mpfr

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