mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
b98c8b8659
@ -118,6 +118,17 @@ cd build</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--disable-fixincludes</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>By default, during the installation of GCC some system
|
||||||
|
headers would be <quote>fixed</quote> to be used with GCC. This
|
||||||
|
is not necessary for a modern Linux system, and potentionally
|
||||||
|
harmful if a package is reinstalled after installing GCC. This
|
||||||
|
switch prevents GCC from <quote>fixing</quote> the headers.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--with-system-zlib</parameter></term>
|
<term><parameter>--with-system-zlib</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -181,14 +192,14 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
|
|||||||
url="&test-results;"/> and
|
url="&test-results;"/> and
|
||||||
<ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
|
<ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
|
||||||
|
|
||||||
<para>Eleven tests in the i386 test suite for the gcc compiler are known to FAIL.
|
<para>Two tests named <filename>pr104610.c</filename> and
|
||||||
It's because the test files do not account for the
|
<filename>pr69482-1.c</filename> are known to fail because the test
|
||||||
<parameter>--enable-default-pie</parameter> option.</para>
|
files does not account for the
|
||||||
<!--
|
<parameter>--enable-default-ssp</parameter> option.
|
||||||
<para>Four tests related to PR100400 may be reported
|
<!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
|
||||||
as both XPASS and FAIL when testing the g++ compiler; the test file
|
Additionally, two tests named <filename>copy.cc</filename> and
|
||||||
is not well written.</para>
|
<filename>pr56837.c</filename> are known to fail.</para>
|
||||||
-->
|
|
||||||
<para>A few unexpected failures cannot always be avoided. The GCC developers
|
<para>A few unexpected failures cannot always be avoided. The GCC developers
|
||||||
are usually aware of these issues, but have not resolved them yet.
|
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,
|
Unless the test results are vastly different from those at the above URL,
|
||||||
|
Loading…
Reference in New Issue
Block a user