diff options
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> |