aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 15:09:40 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 15:09:40 +0000
commita8e23bd853c56704017bc434c2fa49877a3f29c8 (patch)
tree1ec43015f02ac95bf0bd7789c917cb99e7257da6
parenta5b1d9ea384d5080e93ee49201147fe83a37a3d2 (diff)
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
-rw-r--r--appendices/dependencies.xml4
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter05/chapter05.xml2
3 files changed, 10 insertions, 2 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 871c3a271..2ec433c87 100644
--- a/appendices/dependencies.xml
+++ b/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>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e31fbbfd2..7b1906b01 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index 5571f8326..9afe0c18b 100644
--- a/chapter05/chapter05.xml
+++ b/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"/>