Clarify 64-bit interpreter name in the Chapter 5 glibc test.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-09-28 22:05:08 +00:00
parent ea23e54ba5
commit 63d555b513

View File

@ -200,9 +200,8 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen> <screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
<para>Note that <filename class="directory">/tools/lib</filename>, or <para>Note that for 64-bit machines, the interpreter name will be
<filename class="directory">/tools/lib64</filename> for 64-bit machines <filename>/tools/lib64/ld-linux-x86-64.so.2</filename>.</para>
appears as the prefix of the dynamic linker.</para>
<para>If the output is not shown as above or there was no output at all, <para>If the output is not shown as above or there was no output at all,
then something is wrong. Investigate and retrace the steps to find out then something is wrong. Investigate and retrace the steps to find out