aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-30 06:52:46 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-30 06:52:46 +0000
commit182d5d3e50ddf048e655a7e7909ae8389e84e639 (patch)
tree37e9b3736c3282aadb1daa74c976e807b55d31da /chapter05/gcc-pass1.xml
parent863beeaa4725d490579d9f047d230318460d9a76 (diff)
Text changes in several places in Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index aa9140192..c862d3f73 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -99,9 +99,18 @@ cd ../gcc-build</userinput></screen>
</varlistentry>
<varlistentry>
+ <term><parameter>--disable-libssp</parameter></term>
+ <listitem>
+ <para>This switch prevents a conflict with older versions of
+ glibc which can cause the build to fail.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><parameter>--enable-languages=c</parameter></term>
<listitem>
- <para>This option ensures that only the C compiler is built.</para>
+ <para>This option ensures that only the C compiler is built.
+ This is the only language needed now.</para>
</listitem>
</varlistentry>