mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Fix name of interpreter in mx32 test
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8144b7193c
commit
9b4ca9ab82
@ -256,7 +256,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
|
|||||||
|
|
||||||
<para arch="ml_x32,ml_all">In this case, the output shoud be:</para>
|
<para arch="ml_x32,ml_all">In this case, the output shoud be:</para>
|
||||||
|
|
||||||
<screen arch="ml_x32,ml_all"><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux-x32.so.2]</computeroutput></screen>
|
<screen arch="ml_x32,ml_all"><computeroutput>[Requesting program interpreter: /tools/libx32/ld-linux-x32.so.2]</computeroutput></screen>
|
||||||
|
|
||||||
<para arch="default">Note that the dynamic linker will be
|
<para arch="default">Note that the dynamic linker will be
|
||||||
/tools/lib/ld-linux.so.2 for 32-bit machines.</para>
|
/tools/lib/ld-linux.so.2 for 32-bit machines.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user