Changeset 7955

Show
Ignore:
Timestamp:
03/02/07 16:52:06 (1 year ago)
Author:
jhuntwork
Message:

Moved another important notice to precede the concerned command.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter06/readjusting.xml

    r7954 r7955  
    3535  <para>Next, amend the GCC specs file so that it points to the new 
    3636  dynamic linker, and so that GCC knows where to find its start files. 
    37   A <command>perl</command> command accomplishes this:</para> 
     37  A <command>perl</command> command accomplishes this.</para> 
     38 
     39  <important> 
     40    <para>If working on a platform where the name of the dynamic linker is 
     41    something other than <filename class="libraryfile">ld-linux.so.2</filename>, 
     42    substitute <quote>ld-linux.so.2</quote> with the name of the platform's 
     43    dynamic linker in the following commands. Refer to <xref 
     44    linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para> 
     45  </important> 
    3846 
    3947<screen><userinput>gcc -dumpspecs | \ 
     
    4452  <para>It is a good idea to visually inspect the specs file to verify the 
    4553  intended change was actually made.</para> 
    46  
    47   <important> 
    48     <para>If working on a platform where the name of the dynamic linker is 
    49     something other than <filename class="libraryfile">ld-linux.so.2</filename>, 
    50     substitute <quote>ld-linux.so.2</quote> with the name of the platform's 
    51     dynamic linker in the above commands. Refer to <xref 
    52     linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para> 
    53   </important> 
    5454 
    5555  <para>It is imperative at this point to ensure that the basic