From 0e59da9828f8de1229ea6b96f2bdc59461eb17b7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 19 Jun 2020 03:47:58 +0000 Subject: 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 --- part3intro/toolchaintechnotes.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'part3intro/toolchaintechnotes.xml') 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 -- cgit v1.2.3-54-g00ecf