Changeset 6fde8a9


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

Added more explanatory text to cross-tools

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

Legend:

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

    r9e0069f r6fde8a9  
    2222  <sect2 role="installation">
    2323    <title>Installation of File</title>
     24
     25    <para>Here we install a native <command>file</command> program that can run
     26    on the host system, as this program is needed by Binutils.</para>
    2427
    2528    <para>Prepare File for compilation:</para>
  • BOOK/cross-tools/common/gmp.xml

    r9e0069f r6fde8a9  
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333-->
     34
     35    <para>This package and the next two - MPFR and MPC - will be installed
     36    into <filename class="directory">/cross-tools</filename> because GCC
     37    requires them to build.</para>
    3438
    3539    <note os="n1">
  • BOOK/cross-tools/common/isl.xml

    r9e0069f r6fde8a9  
    2222  <sect2 role="installation">
    2323    <title>Installation of ISL</title>
     24
     25    <para>We will install ISL and CLooG to enable extra functionality for GCC.
     26    They are not strictly required, but GCC can link to them to enable its
     27    new loop generation feature called Graphite.</para>
    2428
    2529    <para os="a">Prepare ISL for compilation:</para>
  • BOOK/cross-tools/common/m4.xml

    r9e0069f r6fde8a9  
    2323    <title>Installation of M4</title>
    2424
     25    <para>Here we will install an <command>m4</command> binary that can run on
     26    the host system, as this program is required by GMP.</para>
     27
    2528    <para os="a">Prepare M4 for compilation:</para>
    2629
Note: See TracChangeset for help on using the changeset viewer.