Changeset c4b2364 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
209f20d
Parents:
1cf6d41
git-author:
Andrew Bradford <andrew@…> (11/04/13 11:34:57)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

gcc: Add notes for static vs final builds

To clarify that the first pass is mainly to build the libc and the
second pass uses that libc to build the actual cross compiler.

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    r1cf6d41 rc4b2364  
    1818  </indexterm>
    1919
    20   <xi:include role="package" xmlns:xi="http://www.w3.org/2003/XInclude"
    21   href="gcc-static.xml"
    22   xpointer="xpointer(//*[@role='package'])"/>
     20  <sect2 role="package">
     21    <title/>
     22
     23    <para>The GCC package contains the GNU compiler collection, which includes
     24    the C compiler.  This second build of GCC will produce the final cross
     25    compiler which will use the previously built C library.</para>
     26
     27  </sect2>
    2328
    2429  <sect2 role="installation">
  • BOOK/cross-tools/common/gcc-static.xml

    r1cf6d41 rc4b2364  
    2222
    2323    <para>The GCC package contains the GNU compiler collection, which includes
    24     the C compiler.</para>
     24    the C compiler.  This build of GCC is mainly done so that the C library
     25    can be built next.</para>
    2526
    2627  </sect2>
Note: See TracChangeset for help on using the changeset viewer.