Преглед на файлове

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy преди 17 години
родител
ревизия
a8e23bd853
променени са 3 файла, в които са добавени 10 реда и са изтрити 2 реда
  1. 3 1
      appendices/dependencies.xml
  2. 6 0
      chapter01/changelog.xml
  3. 1 1
      chapter05/chapter05.xml

+ 3 - 1
appendices/dependencies.xml

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

+ 6 - 0
chapter01/changelog.xml

@@ -40,6 +40,12 @@
     <listitem>
       <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>

+ 1 - 1
chapter05/chapter05.xml

@@ -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"/>