diff options
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index f78113466..28ea10192 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -4,8 +4,8 @@ <para> <userinput>--enable-languages=c,c++:</userinput> This only builds the C and C++ compilers and not the other available compilers as they are, on -the average, not often used. If you do need those other compilers don't -use the --enable-languages parameter. +the average, not often used. If those other compilers are needed +the --enable-languages parameter can be omitted.. </para> <para> |