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
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
+ by all the programs that need
+ themselves to be built. The install
step of libstdc++ uses the DESTDIR variable to have the
programs land into the LFS filesystem.
- In Chapter 7 the native lfs compiler is built. First binutils-pass2,
+ In the native lfs
+ compiler is built. First binutils-pass2,
with the same DESTDIR 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