diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 06:52:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 06:52:46 +0000 |
commit | 182d5d3e50ddf048e655a7e7909ae8389e84e639 (patch) | |
tree | 37e9b3736c3282aadb1daa74c976e807b55d31da /chapter06/gcc.xml | |
parent | 863beeaa4725d490579d9f047d230318460d9a76 (diff) |
Text changes in several places in Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c0c36dc3e..a01262a31 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -78,6 +78,10 @@ cd ../gcc-build</userinput></screen> --enable-clocale=gnu --enable-languages=c,c++ \ --disable-bootstrap</userinput></screen> + <para>Note that for other languages, there are some prerequsites that + are not available. See the BLFS Book for instructions on how to + build all the GCC supported languages.</para> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |