Changeset 54592a1


Ignore:
Timestamp:
03/02/2007 11:52:06 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
92f8732
Parents:
09ec1f4
Message:

Moved another important notice to precede the concerned command.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readjusting.xml

    r09ec1f4 r54592a1  
    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
Note: See TracChangeset for help on using the changeset viewer.