From 1067bacad271a3b995ab47f8b340e13b20b48a34 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 20 Jun 2018 15:20:49 +0000 Subject: Update description/rationale for Libstdc++ in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 2 +- chapter05/libstdc++.xml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index e4c888294..b4d39ee9e 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -5,7 +5,7 @@ %general-entities; ]> - + diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 7cf3e7f42..d7b6eb95f 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -14,7 +14,7 @@
&gcc-url;
- Libstdc++-&gcc-version; + Libstdc++ from GCC-&gcc-version; GCC @@ -24,8 +24,12 @@ - <para>Libstdc++ is the standard C++ library. It is needed for the correct - operation of the g++ compiler.</para> + <para>Libstdc++ is the standard C++ library. It is needed + to compile C++ code + (part of GCC is written in C++), but we had to defer its installation + when we built <xref linkend="ch-tools-gcc-pass1"/> + because it depends on glibc, which was not yet available in /tools. + </para> <segmentedlist> <segtitle>&buildtime;</segtitle> -- cgit v1.2.3-54-g00ecf