Changeset 5cafa13
- Timestamp:
- May 1, 2006, 3:32:34 PM (19 years ago)
- Children:
- 98bb16c
- Parents:
- 965e93d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-preps/creatingcrossdir.xml
r965e93d r5cafa13 30 30 <screen><userinput>ln -sv $LFS/cross-tools /</userinput></screen> 31 31 32 <para>The created symlink enables the toolchain to be compiled so that33 i t always refers to <filename class="directory">/cross-tools</filename>,34 meaning that the compiler, assembler, and linker will be available for35 use later if some unforseen circumstances happen.</para>32 <para>The symlink isn't technically necessary (though the book's 33 instructions do assume its existence), but is there mainly for 34 consistency (because /tools is also symlinked to $LFS/tools) and to 35 somewhat simplify the installation of the cross-compile tools.</para> 36 36 37 37 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.