diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-08-02 06:25:05 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-08-02 06:25:05 +0000 |
commit | 93756f6c999e053b261d34e92707576bb0725680 (patch) | |
tree | f7aca3d9aa9c1eab9b57a573fda518449f45cb96 /chapter06/gcc.xml | |
parent | 7e7daa79bd8bfe15286399d5baac7d0d1d17551a (diff) |
Added BLFS link and tweaked text on GCC page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 7b6ab61a1..b8b91f5de 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -77,8 +77,9 @@ cd ../gcc-build</userinput></screen> --with-system-zlib</userinput></screen> <para>Note that for other languages, there are some prerequisites that - are not available. See the BLFS Book for instructions on how to - build all the GCC supported languages.</para> + are not yet available. See the + <ulink url="&blfs-root;view/svn/general/gcc.html">BLFS Book</ulink> + for instructions on how to build all of GCC's supported languages.</para> <variablelist> <title>The meaning of the new configure option:</title> |