[lfs] 01/09: mips64el: temporary glibc: Update sanity check result
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch xry111/mips64el in repository lfs. commit 20011b0b50747a66aa8a0f0de58e1a822f27d261 Author: Xi Ruoyao <[email protected]> AuthorDate: Sun Jun 1 20:08:44 2025 +0800 mips64el: temporary glibc: Update sanity check result --- chapter05/glibc.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index f306b3f7a..743187a5c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -229,8 +229,8 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para>This command should return the following output:</para> <screen><computeroutput>#include <...> search starts here: - /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/&gcc-version;/include - /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/&gcc-version;/include-fixed + /mnt/lfs/tools/lib/gcc/mips64el-lfs-linux-gnuabi64/&gcc-version;/include + /mnt/lfs/tools/lib/gcc/mips64el-lfs-linux-gnuabi64/&gcc-version;/include-fixed /mnt/lfs/usr/include</computeroutput></screen> <para>Again, the directory named after your target triplet may be @@ -243,11 +243,11 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para>References to paths that have components with '-linux-gnu' should be ignored, but otherwise the output of the last command should be:</para> -<screen><computeroutput>SEARCH_DIR("=/mnt/lfs/tools/x86_64-lfs-linux-gnu/lib64") +<screen><computeroutput>SEARCH_DIR("=/mnt/lfs/tools/mips64el-lfs-linux-gnuabi64/lib64") SEARCH_DIR("=/usr/local/lib64") SEARCH_DIR("=/lib64") SEARCH_DIR("=/usr/lib64") -SEARCH_DIR("=/mnt/lfs/tools/x86_64-lfs-linux-gnu/lib") +SEARCH_DIR("=/mnt/lfs/tools/mips64el-lfs-linux-gnuabi64/lib") SEARCH_DIR("=/usr/local/lib") SEARCH_DIR("=/lib") SEARCH_DIR("=/usr/lib");</computeroutput></screen> @@ -272,7 +272,7 @@ SEARCH_DIR("=/usr/lib");</computeroutput></screen> <para>The output of the last command should be (allowing for platform-specific differences in dynamic linker name):</para> -<screen><computeroutput>found ld-linux-x86-64.so.2 at /mnt/lfs/usr/lib/ld-linux-x86-64.so.2</computeroutput></screen> +<screen><computeroutput>found ld.so.1 at /mnt/lfs/usr/lib/ld.so.1</computeroutput></screen> <para>If the output does not appear as shown above or is not received at all, then something is seriously wrong. Investigate and retrace the -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page