diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-23 06:56:18 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-23 06:56:18 +0000 |
commit | 09e3f94d7c95b67f3cc81f820bb8031ec1056657 (patch) | |
tree | 558955d8bc316e862ebb72a7156604260ebdbcae /chapter05/libstdc++.xml | |
parent | e8d05b3f951a898e82979edf8fdfbdd4c78a8451 (diff) |
As pointed by Tadeus Prastowo, two command explanations have to be reworded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/libstdc++.xml')
-rw-r--r-- | chapter05/libstdc++.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 6c3b3d27b..42a304bfe 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -82,8 +82,8 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--disable-libstdcxx-threads</parameter></term> <listitem> - <para>Since we have not yet built the C threads library, the C++ - one cannot be built either.</para> + <para>Since gcc-pass1 is built without thread support, the C++ + thread library cannot be built either.</para> </listitem> </varlistentry> |