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:
Thomas Trepl 2019-04-19 05:55:39 +00:00 committed by Xℹ Ruoyao
parent 8144b7193c
commit 9b4ca9ab82
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -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>