diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 10:51:08 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 10:51:08 +0000 |
commit | 1668d8e3f77807b23d9f90eb4eefebc0acced300 (patch) | |
tree | 0bff8d16fada479da9b524c2840a8a30a58724de /chapter06 | |
parent | 1f0f472d6e912ee178438b595161cf960e8e5a5c (diff) |
Adding some markup, and other brush-ups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 3b9be4484..ad1b7dbf3 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -70,9 +70,9 @@ compiler. To satisfy those packages, create a symlink:</para> <screen><userinput>ln -s gcc /usr/bin/cc</userinput></screen> <note><para>At this point it is strongly recommended to repeat the sanity check -we performed earlier in the chapter. Refer back to +we performed in the previous chapter. Refer back to <xref linkend="ch06-adjustingtoolchain"/> and repeat the check. If the results -are wrong then most likely, you erroneously applied the GCC Specs patch from +are wrong, then most likely you erroneously applied the GCC Specs patch from Chapter 5.</para></note> </sect2> |