diff options
Diffstat (limited to 'chapter06/gcc-2953.xml')
-rw-r--r-- | chapter06/gcc-2953.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-2953.xml b/chapter06/gcc-2953.xml index f0f196ada..5071ad4ce 100644 --- a/chapter06/gcc-2953.xml +++ b/chapter06/gcc-2953.xml @@ -47,7 +47,7 @@ directory in a dedicated build directory:</para> <screen><userinput>mkdir ../gcc-2-build cd ../gcc-2-build</userinput></screen> -<para>Compile and install gcc:</para> +<para>Compile and install the compiler:</para> <screen><userinput>../gcc-2.95.3/configure --prefix=/opt/gcc-2.95.3 \ --enable-shared --enable-languages=c \ |