|
@@ -81,7 +81,6 @@ cd build</userinput></screen>
|
|
|
--enable-languages=c,c++ \
|
|
|
--disable-multilib \
|
|
|
--disable-bootstrap \
|
|
|
- --disable-libmpx \
|
|
|
--with-system-zlib</userinput></screen>
|
|
|
<screen arch="ml_32"><userinput remap="configure">SED=sed \
|
|
|
../configure --prefix=/usr \
|
|
@@ -89,7 +88,6 @@ cd build</userinput></screen>
|
|
|
--enable-multilib \
|
|
|
--with-multilib-list=m32,m64 \
|
|
|
--disable-bootstrap \
|
|
|
- --disable-libmpx \
|
|
|
--with-system-zlib</userinput></screen>
|
|
|
<screen arch="ml_x32"><userinput remap="configure">SED=sed \
|
|
|
../configure --prefix=/usr \
|
|
@@ -97,7 +95,6 @@ cd build</userinput></screen>
|
|
|
--enable-multilib \
|
|
|
--with-multilib-list=mx32,m64 \
|
|
|
--disable-bootstrap \
|
|
|
- --disable-libmpx \
|
|
|
--with-system-zlib</userinput></screen>
|
|
|
<screen arch="ml_all"><userinput remap="configure">SED=sed \
|
|
|
../configure --prefix=/usr \
|
|
@@ -105,7 +102,6 @@ cd build</userinput></screen>
|
|
|
--enable-multilib \
|
|
|
--with-multilib-list=m32,mx32,m64 \
|
|
|
--disable-bootstrap \
|
|
|
- --disable-libmpx \
|
|
|
--with-system-zlib</userinput></screen>
|
|
|
|
|
|
<para>Note that for other languages, there are some prerequisites that
|
|
@@ -123,16 +119,16 @@ cd build</userinput></screen>
|
|
|
path to /tools/bin/sed.</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
-
|
|
|
+ <!--
|
|
|
<varlistentry>
|
|
|
- <term><parameter>--disable-libmpx</parameter></term>
|
|
|
+ <term><parameter>- -disable-libmpx</parameter></term>
|
|
|
<listitem>
|
|
|
<para>This switch tells GCC to not build mpx (Memory Protection
|
|
|
Extensions) that can cause problems on some processors. It has
|
|
|
been removed from the next version of gcc.</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
-
|
|
|
+ -->
|
|
|
<varlistentry>
|
|
|
<term><parameter>--with-system-zlib</parameter></term>
|
|
|
<listitem>
|
|
@@ -156,10 +152,6 @@ cd build</userinput></screen>
|
|
|
|
|
|
<screen><userinput remap="test">ulimit -s 32768</userinput></screen>
|
|
|
|
|
|
- <para>Remove one test known to cause a problem:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="test">rm ../gcc/testsuite/g++.dg/pr83239.C</userinput></screen>
|
|
|
-
|
|
|
<para>Test the results as a non-privileged user, but do not stop at errors:</para>
|
|
|
|
|
|
<screen><userinput remap="test">chown -Rv nobody .
|
|
@@ -179,6 +171,12 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
|
|
<para>Six tests related to get_time are known to fail. These are
|
|
|
apparantly related to the en_HK locale.</para>
|
|
|
|
|
|
+ <para>Two tests named lookup.cc and reverse.cc in experimental/net
|
|
|
+ are known to fail in LFS chroot environment because they require
|
|
|
+ /etc/hosts and iana-etc.</para>
|
|
|
+
|
|
|
+ <para>Two tests named pr57193.c and pr90178.c are known to fail.</para>
|
|
|
+
|
|
|
<para>A few unexpected failures cannot always be avoided. The GCC developers
|
|
|
are usually aware of these issues, but have not resolved them yet.
|
|
|
Unless the test results are vastly different from those at the above URL,
|