Ignore:
Timestamp:
07/01/2005 11:36:35 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
6169f0c
Parents:
808f5af
Message:

Several minor wording changes in chapter 6. (merged from trunk r6249)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readjusting.xml

    r808f5af rcbc99c8  
    88<?dbhtml filename="readjusting.html"?>
    99
    10 <para>Now that the new and final C libraries have been installed, it
    11 is time to adjust the toolchain again. The toolchain will be adjusted
    12 so that it will link any newly compiled program against these new
    13 libraries. This is the same process used in the
    14 <quote>Adjusting</quote> phase in the beginning of <xref
    15 linkend="chapter-temporary-tools"/>, even though it looks to be
    16 reversed. In <xref linkend="chapter-temporary-tools"/>, the chain was
    17 guided from the host's <filename
    18 class="directory">/{,usr/}lib</filename> directories to the new
    19 <filename class="directory">/tools/lib</filename> directory. Now, the
    20 chain will be guided from that same <filename
    21 class="directory">/tools/lib</filename> directory to the LFS
    22 <filename class="directory">/{,usr/}lib</filename> directories.</para>
     10<para>Now that the final C libraries have been installed, it is time to adjust
     11the toolchain again. The toolchain will be adjusted so that it will link any
     12newly compiled program against these new libraries. This is the same process
     13used in the <quote>Adjusting</quote> phase in the beginning of <xref
     14linkend="chapter-temporary-tools"/>, but with the adjustments reversed. In <xref
     15linkend="chapter-temporary-tools"/>, the chain was guided from the host's
     16<filename class="directory">/{,usr/}lib</filename> directories to the new
     17<filename class="directory">/tools/lib</filename> directory. Now, the chain will
     18be guided from that same <filename class="directory">/tools/lib</filename>
     19directory to the LFS <filename class="directory">/{,usr/}lib</filename>
     20directories.</para>
    2321
    24 <para>Start by adjusting the linker. The source and build directories
    25 from the second pass over Binutils were retained for this purpose.
    26 Install the adjusted linker by running the following command from
    27 within the <filename class="directory">binutils-build</filename>
    28 directory:</para>
     22<para>Start by adjusting the linker. The source and build directories from the
     23second pass of Binutils were retained for this purpose. Install the adjusted
     24linker by running the following command from within the <filename
     25class="directory">binutils-build</filename> directory:</para>
    2926
    3027<screen><userinput>make -C ld INSTALL=/tools/bin/install install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.