Changeset 9e0069f for BOOK/cross-tools


Ignore:
Timestamp:
May 9, 2014, 3:31:44 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6fde8a9
Parents:
b4fec0c
Message:

Added explanation for GCC in cross-tools. Thanks to William Harrington and Joe Ciccone for the description

Location:
BOOK/cross-tools
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/gcc-static.xml

    rb4fec0c r9e0069f  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
     25
     26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     27    href="../common/gcc-static.xml"
     28    xpointer="xpointer(//*[@os='e'])"/>
    2529
    2630    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    rb4fec0c r9e0069f  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
     25
     26    <para os="e">Here we will compile GCC, as a cross-compiler that will create
     27    executables for our target architechture, statically so that it will not
     28    need to look for Glibc's startfiles, which do not yet exist in
     29    <filename class="directory">/tools</filename>. We will use this
     30    cross-compiler, plus the cross-linker we have just installed with Binutils,
     31    to compile Glibc. After Glibc is installed into
     32    <filename class="directory">/tools</filename>, we can rebuild GCC
     33    so that it will then be able to build executables that link against the
     34    libraries in <filename class="directory">/tools</filename>.</para>
    2535
    2636    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    rb4fec0c r9e0069f  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
     25
     26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     27    href="../common/gcc-static.xml"
     28    xpointer="xpointer(//*[@os='e'])"/>
    2529
    2630    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/multilib/gcc-static.xml

    rb4fec0c r9e0069f  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
     25
     26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     27    href="../common/gcc-static.xml"
     28    xpointer="xpointer(//*[@os='e'])"/>
    2529
    2630    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/ppc/gcc-static.xml

    rb4fec0c r9e0069f  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
     25
     26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     27    href="../common/gcc-static.xml"
     28    xpointer="xpointer(//*[@os='e'])"/>
    2529
    2630    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/ppc64-64/gcc-static.xml

    rb4fec0c r9e0069f  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
     25
     26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     27    href="../common/gcc-static.xml"
     28    xpointer="xpointer(//*[@os='e'])"/>
    2529
    2630    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.