Changeset a23ba26


Ignore:
Timestamp:
Jun 3, 2014, 9:36:28 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
7314bbe
Parents:
b94ba01
Message:

More clarification for toolchain adjustment text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/adjusting.xml

    rb94ba01 ra23ba26  
    1111  <title>Adjusting the Toolchain</title>
    1212
    13   <para os="a">Now we amend the GCC specs file so that it points to the new
     13  <para os="a">Now we adjust GCC's specs so that they point to the new
    1414  dynamic linker. A <command>perl</command> command accomplishes this:</para>
    1515
     
    1919     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    2020
    21   <para os="d">It is a good idea to visually inspect the specs file to verify the
    22   intended change was actually made.</para>
     21  <para os="d">The <command>perl</command> command above makes 2
     22  modifications to GCC's specs: it removes <quote>/tools</quote> from the
     23  pathname to the dynamic linker, and adds <quote>/usr/lib/</quote> to the
     24  startfile_prefix_spec. It is a good idea to visually inspect the
     25  <filename>specs</filename> file, and compare with the output of
     26  <command>gcc -dumpspecs</command>, to verify that
     27  the intended changes were actually made.</para>
    2328
    2429  <para os="e">Note that <filename class="directory">/lib</filename> is now
Note: See TracChangeset for help on using the changeset viewer.