Author: xry111
Date: Thu Jun 18 20:47:58 2020
New Revision: 11958

Log:
fix two wrong hardcoded Chapter numbers, replacing with xrefs

Modified:
   trunk/BOOK/part3intro/toolchaintechnotes.xml

Modified: trunk/BOOK/part3intro/toolchaintechnotes.xml
==============================================================================
--- trunk/BOOK/part3intro/toolchaintechnotes.xml        Thu Jun 18 19:14:14 
2020        (r11957)
+++ trunk/BOOK/part3intro/toolchaintechnotes.xml        Thu Jun 18 20:47:58 
2020        (r11958)
@@ -309,11 +309,13 @@
     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
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to