Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    rec0a37e6 r69993f4  
    55]>
    66<sect1 id="ch-tools-adjusting">
    7 <title>Adjusting the toolchain</title>
     7<title>Adjusting the Toolchain</title>
    88<?dbhtml filename="adjusting.html"?>
    99
     
    3232directories should be removed.</para>
    3333
    34 <para>The next task is to amend our GCC specs file so that it points
     34<para>The next task is to amend the GCC specs file so that it points
    3535to the new dynamic linker. A simple sed script will accomplish this:</para>
    3636
    37 <!-- Ampersands are needed to allow cut and paste -->
     37<!-- Ampersands are needed to allow copy and paste -->
    3838
    3939<screen><userinput>SPECFILE=`gcc --print-file specs` &amp;&amp;
     
    4343unset SPECFILE</userinput></screen>
    4444
    45 <para>It is recommended that the above command be cut-and-pasted in
    46 order to ensure correctness. Alternatively, the specs file can be
     45<para>It is recommended that the above command be copy-and-pasted in
     46order to ensure accuracy. Alternatively, the specs file can be
    4747edited by hand. This is done by replacing every occurrence of
    4848<quote>/lib/ld-linux.so.2</quote> with
    49 <quote>/tools/lib/ld-linux.so.2</quote>.</para>
     49<quote>/tools/lib/ld-linux.so.2</quote></para>
    5050
    5151<para>Be sure to visually inspect the specs file in order to verify the
     
    8383<blockquote><screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen></blockquote>
    8484
    85 <para>Note especially that <filename class="directory">/tools/lib</filename>
     85<para>Note that <filename class="directory">/tools/lib</filename>
    8686appears as the prefix of the dynamic linker.</para>
    8787
     
    100100linkend="ch-tools-settingenviron"/> Another option is that something
    101101may have gone wrong with the specs file amendment above. In this case,
    102 redo the specs file amendment, being careful to cut-and-paste the
     102redo the specs file amendment, being careful to copy-and-paste the
    103103commands.</para>
    104104
Note: See TracChangeset for help on using the changeset viewer.