aboutsummaryrefslogtreecommitdiffstats
path: root/part3intro
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-06-19 03:47:58 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-06-19 03:47:58 +0000
commit0e59da9828f8de1229ea6b96f2bdc59461eb17b7 (patch)
tree716ff1eaa875cf9a481681466343beecc0255d99 /part3intro
parent7136fe5d4b7dbc0f769fa5b7644e872b1f34301b (diff)
fix two wrong hardcoded Chapter numbers, replacing with xrefs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'part3intro')
-rw-r--r--part3intro/toolchaintechnotes.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml
index 221db039e..0f50312c8 100644
--- a/part3intro/toolchaintechnotes.xml
+++ b/part3intro/toolchaintechnotes.xml
@@ -309,11 +309,13 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
and generally does not rely on toolchain defaults.</para>
<para>As said above, the standard C++ library is compiled next, followed in
- Chapter 6 by all the programs that need themselves to be built. The install
+ <xref linkend="chapter-cross-tools"/> by all the programs that need
+ themselves to be built. The install
step of libstdc++ uses the <envar>DESTDIR</envar> variable to have the
programs land into the LFS filesystem.</para>
- <para>In Chapter 7 the native lfs compiler is built. First binutils-pass2,
+ <para>In <xref linkend="chapter-temporary-tools"/> the native lfs
+ compiler is built. First binutils-pass2,
with the same <envar>DESTDIR</envar> install as the other programs is
built, and then the second pass of GCC is constructed, omitting libstdc++
and other non-important libraries. Due to some weird logic in GCC's