Changeset d05500f


Ignore:
Timestamp:
07/25/2007 04:34:35 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
30dc5a1
Parents:
f88b3c5
Message:

More accurate results for the sanity tests.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf88b3c5 rd05500f  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[jhuntwork] - More accurate results for the sanity tests.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[jhuntwork] - Create the /tools/lib64 symlink after installing binutils.</para>
    4447        </listitem>
  • chapter05/adjusting.xml

    rf88b3c5 rd05500f  
    3737  <para>For the sake of accuracy, it is recommended to use a copy-and-paste
    3838  method when issuing the following command. Be sure to visually inspect the
    39   specs file and verify that all occurrences of <quote>/lib/ld-linux-x86-64.so.2</quote>
    40   have been replaced with <quote>/tools/lib/ld-linux-x86-64.so.2</quote>:</para>
     39  specs file and verify that all occurrences of <quote>/lib64/ld-linux-x86-64.so.2</quote>
     40  have been replaced with <quote>/tools/lib64/ld-linux-x86-64.so.2</quote>:</para>
    4141
    4242  <important>
     
    8585
    8686<screen><computeroutput>[Requesting program interpreter:
    87     /tools/lib/ld-linux-x86-64.so.2]</computeroutput></screen>
     87    /tools/lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
    8888
    8989    <para>Note that <filename class="directory">/tools/lib</filename>
  • chapter06/gcc.xml

    rf88b3c5 rd05500f  
    155155    xpointer="xpointer(//*[@os='f'])"/>
    156156
    157 <screen><computeroutput>/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../crt1.o succeeded
    158 /usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../crti.o succeeded
    159 /usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../crtn.o succeeded</computeroutput></screen>
     157<screen><computeroutput>/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../../lib64/crt1.o succeeded
     158/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../../lib64/crti.o succeeded
     159/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../../lib64/crtn.o succeeded</computeroutput></screen>
    160160
    161161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • chapter06/readjusting.xml

    rf88b3c5 rd05500f  
    6767  platform-specific differences in dynamic linker name):</para>
    6868
    69 <screen os="c"><computeroutput>[Requesting program interpreter: /lib/ld-linux-x86-64.so.2]</computeroutput></screen>
     69<screen os="c"><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
    7070
    7171  <para>Note that <filename class="directory">/lib</filename> is now
     
    121121  platform-specific differences in dynamic linker name):</para>
    122122
    123 <screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at /lib/ld-linux-x86-64.so.2</computeroutput></screen>
     123<screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at /lib64/ld-linux-x86-64.so.2</computeroutput></screen>
    124124
    125125  <para os="t">If the output does not appear as shown above or is not received
Note: See TracChangeset for help on using the changeset viewer.