diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index be22cb7cf..2dc1fa572 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> |