diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 15:09:40 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 15:09:40 +0000 |
commit | a8e23bd853c56704017bc434c2fa49877a3f29c8 (patch) | |
tree | 1ec43015f02ac95bf0bd7789c917cb99e7257da6 /chapter01 | |
parent | a5b1d9ea384d5080e93ee49201147fe83a37a3d2 (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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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> |