aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-13 13:32:41 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-13 13:32:41 +0000
commitc49647b10ac25ec57bb0f956f92cf3f36995aa47 (patch)
tree731778127ad7db646e7a8fdcea98b7576a8e3d0d /chapter05/gcc-pass1.xml
parentef31c67389f768ca9a632fa0017ccc741a9da72e (diff)
Modified the Chapter 5 instructions so that instead of building the GMP and MPFR packages separately for GCC Pass2, they are built by GCC internally
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 1731034da..8be69fb60 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -92,7 +92,7 @@ cd ../gcc-build</userinput></screen>
<varlistentry>
<term><parameter>--disable-shared</parameter></term>
<listitem>
- <para>This switch forces gcc to link its internal libraries
+ <para>This switch forces GCC to link its internal libraries
statically. We do this to avoid possible issues with the host
system.</para>
</listitem>