[lfs] 01/02: arm64: glibc: Update sanity check output
| 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/arm64 in repository lfs. commit 53d44353fe302b436fb13302fb15e73abde26fb6 Author: Xi Ruoyao <[email protected]> AuthorDate: Thu Jun 5 14:21:49 2025 +0800 arm64: glibc: Update sanity check output --- chapter05/glibc.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 43aa5f1c8..8286ebdbe 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -209,8 +209,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/aarch64-lfs-linux-gnu/&gcc-version;/include + /mnt/lfs/tools/lib/gcc/aarch64-lfs-linux-gnu/&gcc-version;/include-fixed /mnt/lfs/usr/include</computeroutput></screen> <para>Again, the directory named after your target triplet may be @@ -223,11 +223,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/aarch64-lfs-linux-gnu/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/aarch64-lfs-linux-gnu/lib") SEARCH_DIR("=/usr/local/lib") SEARCH_DIR("=/lib") SEARCH_DIR("=/usr/lib");</computeroutput></screen> @@ -252,7 +252,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-linux-aarch64.so.1 at /mnt/lfs/usr/lib/ld-linux-aarch64.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