Ignore:
Timestamp:
Jun 8, 2009, 1:31:50 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
878afd8
Parents:
51bdc83a
Message:

Text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/binutils.xml

    r51bdc83a r6aff9c0  
    5050    xpointer="xpointer(//*[@os='p2'])"/>
    5151
    52     <para os="q1">Libiberty uses <command>gcc -print-multi-os-directory</command>
    53     to determine where to install libiberty.a.  Because our temporary gcc is
    54     still multilib-aware, the command returns <literal>../lib64</literal> which
    55     causes the archive to be installed into /usr/lib64.  The following sed will
     52    <para os="q1">Libiberty uses
     53    <command>gcc -print-multi-os-directory</command> to determine where to
     54    install <filename class="libraryfile">libiberty.a</filename>. Because our
     55    temporary GCC is still multilib-aware, the command returns
     56    <literal>../lib64</literal> which causes the archive to be installed into
     57    <filename class="directory">/usr/lib64</filename>.  The following sed will
    5658    prevent this:</para>
    5759
     
    109111
    110112    <para os="w1">Now that the tests have completed, remove the symlinks in
    111     /usr/lib64 - they should be the only things in that directory, so we
    112     can remove it without force :</para>
     113    <filename class="directory">/usr/lib64</filename> - they should be the
     114    only things in that directory, so we can remove it without force:</para>
    113115
    114116<screen os="w2"><userinput>rm -v /usr/lib64/libstd*so*
Note: See TracChangeset for help on using the changeset viewer.