Changeset 7c91007
- Timestamp:
- Feb 21, 2006, 1:32:53 AM (19 years ago)
- Children:
- 46db3d1b
- Parents:
- 82b71542
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
final-preps/creatingcrossdir.xml
r82b71542 r7c91007 31 31 32 32 <screen><userinput>exit 33 LFSHOME=` su - lfs -c 'echo $HOME'`33 LFSHOME=`echo ~lfs` 34 34 ln -s $LFSHOME/cross-tools / 35 35 unset LFSHOME -
final-preps/settingenviron.xml
r82b71542 r7c91007 80 80 the chroot environment.</para> 81 81 82 <para os="j">By putting <filename class="directory">/ tools/bin</filename> ahead82 <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> ahead 83 83 of the standard <envar>PATH</envar>, all the programs installed in 84 <xref linkend="chapter-temp-system"/> are picked up by the shell84 <xref linkend="chapter-temp-system"/> are created up by the cross-compiler 85 85 immediately after their installation. This, combined with turning off 86 86 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> 88 88 89 89 <para os="k">Finally, to have the environment fully prepared for building the -
prologue/common/organization.xml
r82b71542 r7c91007 32 32 <title>Part III - Make the Cross-Compile Tools</title> 33 33 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> 35 38 36 39 </sect2> … … 39 42 <title>Part IV - Building the Basic Tools</title> 40 43 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> 42 48 43 49 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.