diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 03:45:12 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 03:45:12 +0000 |
commit | 313ca76210ced5b65eb0a30594959d6fc8ae5115 (patch) | |
tree | 9c6734b6c10d6d4d9c133c4af53a2c36e96f1f05 /chapter06/revisedchroot.xml | |
parent | ae437d3255865d8e9541728702dbe95b3c37c12e (diff) |
Fixed the re-adjusting of the toolchain in chapter 6 so that chapter 6 GCC and Binutils links against the proper Glibc and so that we don't have to keep the binutils directories from chapter 5.
Also moved a note about saving the /tools directory to the beginning of chapter 6.
Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and Tushar Teredesai for reporting and resolving this issue.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index b2f1b3afe..29eeba80a 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -18,8 +18,7 @@ exiting, use the following modified chroot command:</para> <para>The reason for this is that the programs in <filename class="directory">/tools</filename> are no longer needed. Since they are no longer needed you can delete the <filename class="directory">/tools</filename> -directory if so desired or tar it up and keep it to build another final -system.</para> +directory if so desired.</para> <note><para>Removing <filename class="directory">/tools</filename> will also remove the temporary copies of Tcl, Expect, and DejaGNU which were used for |