From 95c681a23d05b666a245b8b0d0a0e5138d2073b4 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 27 Oct 2010 01:20:20 +0000 Subject: [PATCH] Clarify text in Chapter 5 GCC Pass 1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter05/gcc-pass1.xml | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 12980ab17..e54ca4260 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2010-10-26 + + + [bdubbs] Clarify text in Chapter 5 GCC Pass 1 + concerning supporting packages. + + + + 2010-10-24 diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 930f0405e..9420e5df6 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -45,7 +45,9 @@ 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: + GCC. Unpack each package into the GCC source directory and rename the + resulting directories so the GCC build procedures will automatically + use them: tar -jxf ../mpfr-&mpfr-version;.tar.bz2 mv -v mpfr-&mpfr-version; mpfr