|
@@ -206,12 +206,12 @@ cd build</userinput></screen>
|
|
|
|
|
|
<varlistentry>
|
|
|
<term><parameter>--disable-decimal-float, --disable-threads,
|
|
|
- --disable-libatomic, --disable-libgomp, --disable-libmpx,
|
|
|
+ --disable-libatomic, --disable-libgomp, <!--- -disable-libmpx,-->
|
|
|
--disable-libquadmath, --disable-libssp, --disable-libvtv,
|
|
|
--disable-libstdcxx</parameter></term>
|
|
|
<listitem>
|
|
|
<para>These switches disable support for the decimal floating point
|
|
|
- extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp,
|
|
|
+ extension, threading, libatomic, libgomp, <!--libmpx, --> libquadmath, libssp,
|
|
|
libvtv, and the C++ standard library respectively. These features
|
|
|
will fail to compile when building a cross-compiler and are not
|
|
|
necessary for the task of cross-compiling the temporary libc.</para>
|