[lfs] 01/03: loongarch: 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/loongarch in repository lfs. commit 49aed7e049604f60b46262bc72439f242a62ea68 Author: Xi Ruoyao <[email protected]> AuthorDate: Thu Jan 29 20:43:49 2026 +0800 loongarch: glibc: update sanity check output It seems a change in the gcc-15 development cycle has somehow removed the redundant components in the output. --- chapter05/glibc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 67e0ca09c..0d4930d06 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -209,9 +209,9 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para>The output of the last command should be:</para> -<screen><computeroutput>/mnt/lfs/lib/../lib/Scrt1.o succeeded -/mnt/lfs/lib/../lib/crti.o succeeded -/mnt/lfs/lib/../lib/crtn.o succeeded</computeroutput></screen> +<screen><computeroutput>/mnt/lfs/lib/Scrt1.o succeeded +/mnt/lfs/lib/crti.o succeeded +/mnt/lfs/lib/crtn.o succeeded</computeroutput></screen> <para>Verify that the compiler is searching for the correct header files:</para> -- 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