diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 23:51:03 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 23:51:03 +0000 |
commit | 0939e573f2e323188bb6da5c9afde087f49a24f1 (patch) | |
tree | cd8b1d054b7eef895229bdac11c4420d1f469cb7 /chapter06/gcc-inst.xml | |
parent | 98ced7fdd1995f4611b9518987e3f7cbaa051d10 (diff) |
note not to remove tcl directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 6b0220d54..0aa8fd173 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -31,7 +31,8 @@ cd ../gcc-build</userinput></screen></para> --enable-shared --enable-threads=posix \ --enable-__cxa_atexit --enable-clocale=gnu \ --mandir=/usr/share/man \ - --infodir=/usr/share/info</userinput></screen></para> + --infodir=/usr/share/info \ + --enable-languages=c,c++</userinput></screen></para> <para>The meanings of the configure options are:</para> |