[lfs] 02/03: Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
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 03150e3672fc19b614baed80c951343482d97c17
Merge: 49aed7e04 54cfa41a9
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Jan 29 20:48:30 2026 +0800

    Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

 chapter01/changelog.xml | 50 ++++++++++++++++++++++++++++++++++++++
 chapter01/whatsnew.xml  | 21 +++++++++-------
 chapter03/patches.xml   |  2 ++
 chapter05/glibc.xml     |  2 +-
 chapter06/coreutils.xml |  5 ++++
 chapter06/m4.xml        | 10 ++++----
 chapter07/gettext.xml   |  5 ++++
 chapter08/binutils.xml  |  4 ++++
 chapter08/coreutils.xml |  5 ++++
 chapter08/gcc.xml       |  9 ++++++-
 chapter08/gettext.xml   | 13 ++++------
 chapter08/glibc.xml     |  8 +++----
 chapter08/grub.xml      |  6 ++---
 chapter08/libxcrypt.xml |  4 ++++
 chapter08/m4.xml        | 10 ++++----
 packages.ent            | 64 ++++++++++++++++++++++++-------------------------
 patches.ent             |  4 +++-
 17 files changed, 152 insertions(+), 70 deletions(-)

diff --cc chapter08/gcc.xml
index 7342db55d,23f6c8e37..7c273f563
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@@ -41,11 -41,19 +41,15 @@@
    <sect2 role="installation">
      <title>Installation of GCC</title>
  
+     <para>First, make some fixes introduced by glibc-2.43:</para>
+ 
+     <screen><userinput remap="pre">sed -i 's/char [*]q/const &amp;/' libgomp/affinity-fmt.c</userinput></screen>
+ 
 -    <para>If building on x86_64, change the default directory name for 64-bit
 -    libraries to <quote>lib</quote>:</para>
 +    <para>Set the default directory name for
 +    64-bit libraries to <quote>lib</quote>:</para>
  
 -<screen><userinput remap="pre">case $(uname -m) in
 -  x86_64)
 -    sed -e '/m64=/s/lib64/lib/' \
 -        -i.orig gcc/config/i386/t-linux64
 -  ;;
 -esac</userinput></screen>
 +<screen><userinput remap="pre">sed -e 's/lib64/lib/' \
 +    -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
  
      <para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
  
@@@ -193,28 -201,12 +197,31 @@@ su tester -c "PATH=$PATH make -k check"
      <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
  
      <!-- https://gcc.gnu.org/PR118885 -->
-     <para>The tests related to <filename>pr90579.c</filename> are known
+     <para>Four tests related to <filename>pr90579.c</filename> are known
+     to fail.</para>
+ 
+     <para>Five tests related to <filename>analyzer/strchr-1.c</filename> are known
      to fail.</para>
  
 +    <!-- gen-vect-*: At least https://gcc.gnu.org/PR113418
 +         predcom-8.c: https://gcc.gnu.org/PR118407
 +         pr113026.c: https://gcc.gnu.org/PR113524
 +         update-threading.c: https://gcc.gnu.org/PR110628
 +         vect-117.c: https://gcc.gnu.org/PR113685
 +         vect-121.c and vect-epilogues.c: https://gcc.gnu.org/PR119293
 +         vect-reduc-chain-*.c: ??? -->
 +    <para>The tests named
 +    <filename>gen-vect-11*.c</filename>,
 +    <filename>gen-vect-26.c</filename>,
 +    <filename>gen-vect-28.c</filename>,
 +    <filename>predcom-8.c</filename>,
 +    <filename>pr113026-2.c</filename>,
 +    <filename>update-threading.c</filename>,
 +    <filename>vect-117.c</filename>,
 +    <filename>vect-121.c</filename>,
 +    <filename>vect-epilogues.c</filename>,
 +    <filename>vect-reduc-chain-*.c</filename> are known to fail.</para>
 +
      <para>A few unexpected failures cannot always be avoided. In some cases
      test failures depend on the specific hardware of the system.<!--The GCC developers
      are usually aware of these issues, but have not resolved them yet.-->

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.