[lfs] 02/03: loongarch: Adjust cross-toolchain sanity check just merged from trunk
| 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/loongarch in repository lfs. commit d8d6f45676f5b58543305fb14c1d5f6b99eed703 Author: Xi Ruoyao <[email protected]> AuthorDate: Tue Apr 15 19:26:25 2025 +0800 loongarch: Adjust cross-toolchain sanity check just merged from trunk --- chapter05/glibc.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index e1f8ee6a1..1815e56c3 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -221,8 +221,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/loongarch64-lfs-linux-gnu/&gcc-version;/include + /mnt/lfs/tools/lib/gcc/loongarch64-lfs-linux-gnu/&gcc-version;/include-fixed /mnt/lfs/usr/include</computeroutput></screen> <para>Again, the directory named after your target triplet may be @@ -235,11 +235,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/loongarch64-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/loongarch64-lfs-linux-gnu/lib") SEARCH_DIR("=/usr/local/lib") SEARCH_DIR("=/lib") SEARCH_DIR("=/usr/lib");</computeroutput></screen> @@ -264,7 +264,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-loongarch-lp64d.so.1 at /mnt/lfs/usr/lib/ld-linux-loongarch-lp64d.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