Changeset 2d1be42


Ignore:
Timestamp:
May 22, 2014, 10:05:27 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
b5c851a
Parents:
bff7a17
Message:

Text updates in cross-tools

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

Legend:

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

    rbff7a17 r2d1be42  
    2222  <sect2 role="installation">
    2323    <title>Installation of Bc</title>
     24
     25    <para>We will install a <command>bc</command> program that can run
     26    on the host system, as this is needed to compile the kernel.</para>
    2427
    2528    <para>Prepare Bc for compilation:</para>
  • BOOK/cross-tools/common/gcc-static.xml

    rbff7a17 r2d1be42  
    2525
    2626    <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
     27    executables for our target architecture, statically so that it will not
    2828    need to look for Glibc's startfiles, which do not yet exist in
    2929    <filename class="directory">/tools</filename>. We will use this
  • BOOK/cross-tools/common/pkg-config-lite.xml

    rbff7a17 r2d1be42  
    2525    <para os="a">Several packages in the temporary system will use
    2626    <command>pkg-config</command> to find various required and optional
    27     dependencies. The problem is that this could result in those packages
     27    dependencies. Unfortunately, this could result in those packages
    2828    finding libraries on the host system and trying to link against them,
    2929    which will not work. To avoid this problem, we will install
Note: See TracChangeset for help on using the changeset viewer.