diff options
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/aboutsbus.xml | 2 | ||||
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter04/aboutsbus.xml b/chapter04/aboutsbus.xml index 6c4113584..f39754433 100644 --- a/chapter04/aboutsbus.xml +++ b/chapter04/aboutsbus.xml @@ -31,7 +31,7 @@ Fortunately, most build times are much shorter than the one of Binutils.</para> <para>Note that if the system compiler on your host is GCC-2 based, the SBUs listed may end up being somewhat understated. This is because the SBU is based on the very first package, compiled with the old GCC, while the rest of the -system is compiled with the newer GCC-3.3.2 which is known to be +system is compiled with the newer GCC-&gcc-version; which is known to be approximately 30% slower.</para> <para>Also note that SBUs don't work well for SMP-based machines. But if you're diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 7dbc9a2fb..756e6966c 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -7,13 +7,13 @@ <title>Creating the $LFS/tools directory</title> <?dbhtml filename="creatingtoolsdir.html"?> -<para>All programs compiled in this chapter will be installed under <filename +<para>All programs compiled in <xref linkend="chapter-temporary-tools"/> will be installed under <filename class="directory">$LFS/tools</filename> to keep them separate from the -programs compiled in the next chapter. The programs compiled here are only +programs compiled in <xref linkend="chapter-building-system"/>. The programs compiled here are only temporary tools and won't be a part of the final LFS system and by keeping them in a separate directory, we can later easily throw them away. This also helps prevent them from ending up in your host's production directories -(easy to do in Chapter 5), which could be a very bad thing.</para> +(easy to do in <xref linkend="chapter-temporary-tools"/>, which could be a very bad thing.</para> <para>Later on you might wish to search through the binaries of your system to see what files they make use of or link against. To make this searching easier |