aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-10-27 01:20:20 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-10-27 01:20:20 +0000
commit95c681a23d05b666a245b8b0d0a0e5138d2073b4 (patch)
treec4bd72bb225bba8189257d26ea2f6ed54ee31653 /chapter05
parent8dac2e25fd596e3477710069cf0e6ce56a6321f8 (diff)
Clarify text in Chapter 5 GCC Pass 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml4
1 files changed, 3 insertions, 1 deletions
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 @@
<para>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:</para>
+ GCC. Unpack each package into the GCC source directory and rename the
+ resulting directories so the GCC build procedures will automatically
+ use them:</para>
<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
mv -v mpfr-&mpfr-version; mpfr