diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-29 12:39:14 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-29 12:39:14 +0000 |
commit | 013e94aa3ac2697b257d0dcf2bf67686ddb3b7ec (patch) | |
tree | a9bebc8fbbe1994e48c39169847176eff5915c45 | |
parent | 394dc3fc60dfe16c0e1566d464d8389e137077e8 (diff) |
Revert change introduced inadvertently in libstdc++ at r11760
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11761 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/libstdc++.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 66128aa8a..42a304bfe 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> |