Changeset 87d6725 for BOOK/cross-tools


Ignore:
Timestamp:
May 22, 2014, 10:05:56 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
b9fd50a
Parents:
d8d2f8c
git-author:
Chris Staub <chris@…> (05/22/14 22:05:27)
git-committer:
Chris Staub <chris@…> (05/22/14 22:05:56)
Message:

Text updates in cross-tools

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

Legend:

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

    rd8d2f8c r87d6725  
    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

    rd8d2f8c r87d6725  
    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

    rd8d2f8c r87d6725  
    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.