Author: jhuntwork
Date: 2007-07-25 10:34:35 -0600 (Wed, 25 Jul 2007)
New Revision: 8249

Modified:
   branches/x86_64/BOOK/chapter01/changelog.xml
   branches/x86_64/BOOK/chapter05/adjusting.xml
   branches/x86_64/BOOK/chapter06/gcc.xml
   branches/x86_64/BOOK/chapter06/readjusting.xml
Log:
More accurate results for the sanity tests.

Modified: branches/x86_64/BOOK/chapter01/changelog.xml
===================================================================
--- branches/x86_64/BOOK/chapter01/changelog.xml        2007-07-25 14:29:04 UTC 
(rev 8248)
+++ branches/x86_64/BOOK/chapter01/changelog.xml        2007-07-25 16:34:35 UTC 
(rev 8249)
@@ -40,6 +40,9 @@
       <para>2007-07-25</para>
       <itemizedlist>
         <listitem>
+          <para>[jhuntwork] - More accurate results for the sanity 
tests.</para>
+        </listitem>
+        <listitem>
           <para>[jhuntwork] - Create the /tools/lib64 symlink after installing 
binutils.</para>
         </listitem>
       </itemizedlist>

Modified: branches/x86_64/BOOK/chapter05/adjusting.xml
===================================================================
--- branches/x86_64/BOOK/chapter05/adjusting.xml        2007-07-25 14:29:04 UTC 
(rev 8248)
+++ branches/x86_64/BOOK/chapter05/adjusting.xml        2007-07-25 16:34:35 UTC 
(rev 8249)
@@ -36,8 +36,8 @@
 
   <para>For the sake of accuracy, it is recommended to use a copy-and-paste
   method when issuing the following command. Be sure to visually inspect the
-  specs file and verify that all occurrences of 
<quote>/lib/ld-linux-x86-64.so.2</quote>
-  have been replaced with 
<quote>/tools/lib/ld-linux-x86-64.so.2</quote>:</para>
+  specs file and verify that all occurrences of 
<quote>/lib64/ld-linux-x86-64.so.2</quote>
+  have been replaced with 
<quote>/tools/lib64/ld-linux-x86-64.so.2</quote>:</para>
 
   <important>
     <para>If working on a platform where the name of the dynamic linker is
@@ -84,7 +84,7 @@
     and the output of the last command will be of the form:</para>
 
 <screen><computeroutput>[Requesting program interpreter:
-    /tools/lib/ld-linux-x86-64.so.2]</computeroutput></screen>
+    /tools/lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
 
     <para>Note that <filename class="directory">/tools/lib</filename>
     appears as the prefix of the dynamic linker.</para>

Modified: branches/x86_64/BOOK/chapter06/gcc.xml
===================================================================
--- branches/x86_64/BOOK/chapter06/gcc.xml      2007-07-25 14:29:04 UTC (rev 
8248)
+++ branches/x86_64/BOOK/chapter06/gcc.xml      2007-07-25 16:34:35 UTC (rev 
8249)
@@ -154,9 +154,9 @@
     href="readjusting.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
 
-<screen><computeroutput>/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../crt1.o
 succeeded
-/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../crti.o succeeded
-/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../crtn.o 
succeeded</computeroutput></screen>
+<screen><computeroutput>/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../../lib64/crt1.o
 succeeded
+/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../../lib64/crti.o 
succeeded
+/usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/../../../../lib64/crtn.o 
succeeded</computeroutput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="readjusting.xml"

Modified: branches/x86_64/BOOK/chapter06/readjusting.xml
===================================================================
--- branches/x86_64/BOOK/chapter06/readjusting.xml      2007-07-25 14:29:04 UTC 
(rev 8248)
+++ branches/x86_64/BOOK/chapter06/readjusting.xml      2007-07-25 16:34:35 UTC 
(rev 8249)
@@ -66,7 +66,7 @@
   and the output of the last command will be (allowing for
   platform-specific differences in dynamic linker name):</para>
 
-<screen os="c"><computeroutput>[Requesting program interpreter: 
/lib/ld-linux-x86-64.so.2]</computeroutput></screen>
+<screen os="c"><computeroutput>[Requesting program interpreter: 
/lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
 
   <para>Note that <filename class="directory">/lib</filename> is now
   the prefix of our dynamic linker.</para>
@@ -120,7 +120,7 @@
   and the output of the last command will be (allowing for
   platform-specific differences in dynamic linker name):</para>
 
-<screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at 
/lib/ld-linux-x86-64.so.2</computeroutput></screen>
+<screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at 
/lib64/ld-linux-x86-64.so.2</computeroutput></screen>
 
   <para os="t">If the output does not appear as shown above or is not received
   at all, then something is seriously wrong. Investigate and retrace the

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to