Changeset 7c91007


Ignore:
Timestamp:
Feb 21, 2006, 1:32:53 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
46db3d1b
Parents:
82b71542
Message:

r829@server (orig r827): darcym | 2005-12-05 04:43:53 -0800
Re-updated including all files from previous commit


Files:
3 edited

Legend:

Unmodified
Added
Removed
  • final-preps/creatingcrossdir.xml

    r82b71542 r7c91007  
    3131
    3232<screen><userinput>exit
    33 LFSHOME=`su - lfs -c 'echo $HOME'`
     33LFSHOME=`echo ~lfs`
    3434ln -s $LFSHOME/cross-tools /
    3535unset LFSHOME
  • final-preps/settingenviron.xml

    r82b71542 r7c91007  
    8080  the chroot environment.</para>
    8181
    82   <para os="j">By putting <filename class="directory">/tools/bin</filename> ahead
     82  <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> ahead
    8383  of the standard <envar>PATH</envar>, all the programs installed in
    84   <xref linkend="chapter-temp-system"/> are picked up by the shell
     84  <xref linkend="chapter-temp-system"/> are created up by the cross-compiler
    8585  immediately after their installation. This, combined with turning off
    8686  hashing, limits the risk that old programs are used from the host when
    87   the same programs are available in the temporary system.</para>
     87  when building a sane set of cross-compiler tools.</para>
    8888
    8989  <para os="k">Finally, to have the environment fully prepared for building the
  • prologue/common/organization.xml

    r82b71542 r7c91007  
    3232    <title>Part III - Make the Cross-Compile Tools</title>
    3333
    34     <para>TEXT NEEDED.</para>
     34    <para>Part III shows you how to make a set of Cross-Compiler
     35          tools. These tools allow you make a set of tools
     36          that will run on your host system, but build allow
     37          you to cross-build packages for your target system</para>
    3538
    3639  </sect2>
     
    3942    <title>Part IV - Building the Basic Tools</title>
    4043
    41     <para>TEXT NEEDED.</para>
     44    <para>Part IV explains how to building a tool chain built for
     45          to operate on your target system. These are the tools
     46          that will allow you to build a working system on your
     47          target host </para>
    4248
    4349  </sect2>
Note: See TracChangeset for help on using the changeset viewer.