diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-03-02 08:01:51 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-03-02 08:01:51 +0000 |
commit | b6dd4d724bd0e293727941a0e90011e0f2f8cad5 (patch) | |
tree | 808bc02e2d0941b55d940ddad5ca154ba26de6c9 /chapter05/libstdc++.xml | |
parent | 3b7972204b6159df3173fae187265141b84176da (diff) |
Remove an obsolete option in libstdc++
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/libstdc++.xml')
-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 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> |