Explorar el Código

Fix name of interpreter in mx32 test

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl hace 6 años
padre
commit
dac52e26ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chapter05/gcc-pass2.xml

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -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>
 
-<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
     /tools/lib/ld-linux.so.2 for 32-bit machines.</para>