Changeset 9278974d


Ignore:
Timestamp:
05/27/2006 06:07:57 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
20643e2a
Parents:
a1a0a65
Message:

Remove the 'refer back's in the gcc-pass2 and chapter06/gcc pages.
Better organizes the commands and data so that the flow of the book is not
lost.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra1a0a65 r9278974d  
    4040      <para>May 27, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - Remove the 'refer back's in the gcc-pass2 and
     44          chapter06/gcc pages. Better organizes the commands and data so that
     45          the flow of the book is not lost.</para>
     46        </listitem>
    4247        <listitem>
    4348          <para>[jhuntwork] - Add a note about installing spell files for
  • chapter05/gcc-pass2.xml

    ra1a0a65 r9278974d  
    191191    through to completion and not stop at the first failure. The GCC test
    192192    suite is very comprehensive and is almost guaranteed to generate a few
    193     failures. To receive a summary of the test suite results, run:</para>
    194 
    195 <screen><userinput>../gcc-&gcc-version;/contrib/test_summary</userinput></screen>
    196 
    197     <para>For only the summaries, pipe the output through
    198     <userinput>grep -A7 Summ</userinput>.</para>
    199 
    200     <para>Results can be compared with those located at <ulink
    201     url="&test-results;"/>.</para>
    202 
    203     <para>A few unexpected failures cannot always be avoided. The GCC developers
    204     are usually aware of these issues, but have not resolved them yet. In
    205     particular, the <filename class="libraryfile">libmudflap</filename> tests
    206     are known be particularly problematic as a result of a bug in GCC
    207     (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>).
    208     Unless the test results are vastly different from those at the above URL,
    209     it is safe to continue.</para>
     193    failures.</para>
     194
     195    <para>For a discussion of test failures that are of particular
     196    importance, please see <xref linkend="ch-system-gcc" role="."/></para>
    210197
    211198    <para>Install the package:</para>
     
    213200<screen><userinput>make install</userinput></screen>
    214201
    215     <note>
    216       <para>At this point it is strongly recommended to repeat the sanity
    217       check we performed earlier in this chapter. Refer back to <xref
    218       linkend="ch-tools-adjusting" role=","/> and repeat the test compilation.
    219       If the result is wrong, the most likely reason is that the GCC Specs
    220       patch was not properly applied.</para>
    221     </note>
     202    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     203    href="adjusting.xml"
     204    xpointer="xpointer(/sect1/caution[1])"/>
    222205
    223206  </sect2>
  • chapter06/gcc.xml

    ra1a0a65 r9278974d  
    9393<screen><userinput>make -k check</userinput></screen>
    9494
    95     <para>Some of the errors are known issues and were noted in the
    96     previous chapter. The test suite notes from <xref
    97     linkend="ch-tools-gcc-pass2" role=","/> are still relevant here. Be sure to
    98     refer back to them as necessary.</para>
     95    <para>To receive a summary of the test suite results, run:</para>
     96
     97<screen><userinput>../gcc-&gcc-version;/contrib/test_summary</userinput></screen>
     98
     99    <para>For only the summaries, pipe the output through
     100    <userinput>grep -A7 Summ</userinput>.</para>
     101
     102    <para>Results can be compared with those located at <ulink
     103    url="&test-results;"/>.</para>
     104
     105    <para>A few unexpected failures cannot always be avoided. The GCC developers
     106    are usually aware of these issues, but have not resolved them yet. In
     107    particular, the <filename class="libraryfile">libmudflap</filename> tests
     108    are known be particularly problematic as a result of a bug in GCC
     109    (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>).
     110    Unless the test results are vastly different from those at the above URL,
     111    it is safe to continue.</para>
    99112
    100113    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.