diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
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> |