Author: randy
Date: 2008-10-12 09:09:40 -0600 (Sun, 12 Oct 2008)
New Revision: 8649

Modified:
   trunk/BOOK/appendices/dependencies.xml
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/chapter05.xml
Log:
Moved the Chapter 5 M4 installation to before GCC Pass1 so that the internal 
GCC build of GMP will not fail in case M4 doesn't exist on the host

Modified: trunk/BOOK/appendices/dependencies.xml
===================================================================
--- trunk/BOOK/appendices/dependencies.xml      2008-10-12 04:39:01 UTC (rev 
8648)
+++ trunk/BOOK/appendices/dependencies.xml      2008-10-12 15:09:40 UTC (rev 
8649)
@@ -486,7 +486,9 @@
 
         <seglistitem>
          <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
-         Gettext, Glibc, Grep, Make, Patch, Perl, Sed, Tar, and Texinfo</seg>
+         Gettext, Glibc, GMP (Chapter 5-Pass 2 and Chapter 6), Grep,
+         M4 (Chapter 5-Pass 1), Make, MPFR (Chapter 5-Pass 2 and Chapter 6),
+         Patch, Perl, Sed, Tar, and Texinfo</seg>
         </seglistitem>
       </segmentedlist>
 

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-12 04:39:01 UTC (rev 8648)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-12 15:09:40 UTC (rev 8649)
@@ -41,6 +41,12 @@
       <para>2008-10-12</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Moved the Chapter 5 M4 installation to before GCC
+          Pass1 so that the internal GCC build of GMP will not fail in case
+          M4 doesn't exist on the host. Also updated GCC's dependencies to
+          reflect GMP and MPFR.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Changed Chapter 5 GCC Pass 1 build to static.  Thanks to
           Jeremy Huntwork for the suggestion and supporting text.</para>
         </listitem>

Modified: trunk/BOOK/chapter05/chapter05.xml
===================================================================
--- trunk/BOOK/chapter05/chapter05.xml  2008-10-12 04:39:01 UTC (rev 8648)
+++ trunk/BOOK/chapter05/chapter05.xml  2008-10-12 15:09:40 UTC (rev 8649)
@@ -14,6 +14,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="toolchaintechnotes.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="binutils-pass1.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc-pass1.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-headers.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="glibc.xml"/>
@@ -36,7 +37,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>

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