|
@@ -190,35 +190,18 @@ cd ../gcc-build</userinput></screen>
|
|
|
<para>The <parameter>-k</parameter> flag is used to make the test suite run
|
|
|
through to completion and not stop at the first failure. The GCC test
|
|
|
suite is very comprehensive and is almost guaranteed to generate a few
|
|
|
- failures. To receive a summary of the test suite results, run:</para>
|
|
|
+ failures.</para>
|
|
|
|
|
|
-<screen><userinput>../gcc-&gcc-version;/contrib/test_summary</userinput></screen>
|
|
|
-
|
|
|
- <para>For only the summaries, pipe the output through
|
|
|
- <userinput>grep -A7 Summ</userinput>.</para>
|
|
|
-
|
|
|
- <para>Results can be compared with those located at <ulink
|
|
|
- url="&test-results;"/>.</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. In
|
|
|
- particular, the <filename class="libraryfile">libmudflap</filename> tests
|
|
|
- are known be particularly problematic as a result of a bug in GCC
|
|
|
- (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>).
|
|
|
- Unless the test results are vastly different from those at the above URL,
|
|
|
- it is safe to continue.</para>
|
|
|
+ <para>For a discussion of test failures that are of particular
|
|
|
+ importance, please see <xref linkend="ch-system-gcc" role="."/></para>
|
|
|
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
- <note>
|
|
|
- <para>At this point it is strongly recommended to repeat the sanity
|
|
|
- check we performed earlier in this chapter. Refer back to <xref
|
|
|
- linkend="ch-tools-adjusting" role=","/> and repeat the test compilation.
|
|
|
- If the result is wrong, the most likely reason is that the GCC Specs
|
|
|
- patch was not properly applied.</para>
|
|
|
- </note>
|
|
|
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
+ href="adjusting.xml"
|
|
|
+ xpointer="xpointer(/sect1/caution[1])"/>
|
|
|
|
|
|
</sect2>
|
|
|
|