Ignore:
Timestamp:
Feb 21, 2006, 1:55:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
10c15e3
Parents:
5c41d32
Message:

r967@server (orig r965): jim | 2005-12-26 22:57:04 -0800

r1199@server: jim | 2005-12-26 22:55:55 -0800
Grammar fixes from Chris Staub. Thank you


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-preps/creatingcrossdir.xml

    r5c41d32 red3e5d8  
    2525  <para>The next step is to create a <filename
    2626  class="symlink">/cross-tools</filename> symlink on the host system.
    27   This will point to the newly-created directory in your home directory.
    28   Since normal users will not have permissions to write to the root tree,
    29   we need to exit the <command>su</command> and run the symlink command as
    30   <systemitem class="username">root</systemitem>:</para>
     27  This will point to the newly-created directory on the LFS partition.
     28  Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    3129
    3230<screen><userinput>ln -s $LFS/cross-tools /</userinput></screen>
     
    3432  <para>The created symlink enables the toolchain to be compiled so that
    3533  it always refers to <filename class="directory">/cross-tools</filename>,
    36   meaning that the compiler, assembler, and linker will be avaialble for
     34  meaning that the compiler, assembler, and linker will be available for
    3735  use later if some unforseen circumstances happen.</para>
    3836
Note: See TracChangeset for help on using the changeset viewer.