From 9b4ca9ab82ba1be2f0fba07e93e213ac3f67dc1c Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Fri, 19 Apr 2019 05:55:39 +0000 Subject: [PATCH] Fix name of interpreter in mx32 test git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index dfba44eb3..776610b5f 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -256,7 +256,7 @@ readelf -l a.out | grep ': /tools' In this case, the output shoud be: -[Requesting program interpreter: /tools/lib/ld-linux-x32.so.2] +[Requesting program interpreter: /tools/libx32/ld-linux-x32.so.2] Note that the dynamic linker will be /tools/lib/ld-linux.so.2 for 32-bit machines.