diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-18 19:30:50 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-18 19:30:50 +0000 |
commit | 72033583eb677b863c84eb1454a20ee4ddbcd46e (patch) | |
tree | d3b025a3185f68acc8495744587d827ccb83c56a /chapter05/gcc-exp.xml | |
parent | ab8b3526fa47ad4fd098fe6135492c739e0feb4a (diff) |
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@334 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |