aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/libstdc++.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-02-29 12:25:06 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-02-29 12:25:06 +0000
commit394dc3fc60dfe16c0e1566d464d8389e137077e8 (patch)
tree4c3da1daab65b2f551af53f9cc2017444dac84b5 /chapter05/libstdc++.xml
parent09e3f94d7c95b67f3cc81f820bb8031ec1056657 (diff)
Make the "target architectures" section more up to date
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/libstdc++.xml')
-rw-r--r--chapter05/libstdc++.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml
index 42a304bfe..66128aa8a 100644
--- a/chapter05/libstdc++.xml
+++ b/chapter05/libstdc++.xml
@@ -63,8 +63,8 @@ cd build</userinput></screen>
--host=$LFS_TGT \
--prefix=/tools \
--disable-multilib \
- --disable-nls \
- --disable-libstdcxx-threads \
+ --disable-nls \<!--
+ - -disable-libstdcxx-threads \-->
--disable-libstdcxx-pch \
--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/&gcc-version;</userinput></screen>
@@ -78,15 +78,15 @@ cd build</userinput></screen>
instead of the one in <filename>/usr/bin</filename>.</para>
</listitem>
</varlistentry>
-
+ <!--
<varlistentry>
- <term><parameter>--disable-libstdcxx-threads</parameter></term>
+ <term><parameter>- -disable-libstdcxx-threads</parameter></term>
<listitem>
<para>Since gcc-pass1 is built without thread support, the C++
thread library cannot be built either.</para>
</listitem>
</varlistentry>
-
+ -->
<varlistentry>
<term><parameter>--disable-libstdcxx-pch</parameter></term>
<listitem>