diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-05 21:19:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-05 21:19:44 +0000 |
commit | 05d80ab8a28850bef07498234db999a5b03a2b75 (patch) | |
tree | 7297e80ab2f2d920a0655f48bef1b51c324e49b1 /chapter05/adjusting.xml | |
parent | a9aebc4255a9a40d3d08d21758e9364c6bebff22 (diff) |
Add a note mentioning that if TCL fails to build it suggests a broken chapter 5 toolchain
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index bb66cda34..24a58c8ac 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -118,7 +118,12 @@ commands.</para> <para>Once all is well, clean up the test files:</para> <screen><userinput>rm -v dummy.c a.out</userinput></screen> + +<para>Building TCL in the next section will serve as an additional check that +the toolchain has been built properly. If TCL fails to build, it is an +indication that something has gone wrong with the Binutils, GCC, or Glibc +installation, but not with TCL itself.</para> + </caution> </sect1> - |