Changeset e97d7d3 for BOOK/final-preps
- Timestamp:
- May 17, 2006, 1:18:01 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a8f30b25
- Parents:
- 802056d
- Location:
- BOOK/final-preps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/creatingcrossdir.xml
r802056d re97d7d3 14 14 <xref linkend="chapter-cross-tools"/> will be installed under 15 15 <filename class="directory">$LFS/cross-tools</filename> to keep them 16 separate from the host progra rms. The programs compiled here are16 separate from the host programs. The programs compiled here are 17 17 cross-tools and will not be a part of the final CLFS system or the 18 18 temp-system. By keeping these programs in a separate directory, they -
BOOK/final-preps/settingenviron.xml
r802056d re97d7d3 80 80 the chroot environment.</para> 81 81 82 <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> ahead 83 of the standard <envar>PATH</envar>, all the programs installed in 84 <xref linkend="chapter-cross-tools"/> are picked up by the cross-compiler 85 immediately after their installation. This, combined with turning off 86 hashing, limits the risk that old programs are used from the host when 87 building a sane set of cross-compiler tools.</para> 82 <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> 83 at the beginning of the <envar>PATH</envar>, the cross-compiler 84 built in <xref linkend="chapter-cross-tools"/> will be picked up by 85 the build process for the temp-system packages before anything that 86 may be installed on the host. This, combined with turning off 87 hashing, helps to ensure that you will be using the cross-compile 88 tools to build the temp-system in /tools.</para> 88 89 89 90 <para os="k">Finally, to have the environment fully prepared for building the
Note:
See TracChangeset
for help on using the changeset viewer.