diff options
Diffstat (limited to 'part3intro')
-rw-r--r-- | part3intro/toolchaintechnotes.xml | 6 |
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 |