diff options
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> |