[lfs] 02/02: 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 5160ba1fb3f8466d1c6c22715a4888a063fe3266
Merge: b53719d54 675ec7ff7
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sat Aug 9 17:50:52 2025 +0800

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

 chapter01/changelog.xml         | 32 ++++++++++++++++++++++++++++++++
 chapter08/bc.xml                |  2 +-
 chapter08/gcc.xml               | 14 +++-----------
 chapter08/python.xml            |  4 ----
 chapter08/stripping.xml         |  2 +-
 chapter10/kernel/kernel.version |  2 +-
 packages.ent                    | 32 ++++++++++++++++----------------
 7 files changed, 54 insertions(+), 34 deletions(-)

diff --cc chapter08/gcc.xml
index 401a5a901,da439145d..795430a91
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@@ -41,15 -41,15 +41,11 @@@
    <sect2 role="installation">
      <title>Installation of GCC</title>
  
-     <para>First, make a change required by glibc-2.42 or later:</para>
- 
- <screen><userinput remap="pre">sed -i '/struct_termio_sz/d' libsanitizer/sanitizer_common/*</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>
  
@@@ -170,33 -170,10 +166,29 @@@ su tester -c "PATH=$PATH make -k check"
      url="&test-results;"/> and
      <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
  
-     <!-- https://github.com/google/sanitizers/issues/1716
-          Affecting any host distro with a large vm.mmap_rnd_bits.
-          The fix is https://github.com/llvm/llvm-project/commit/0784b1eefa36
-          but it's not in GCC 14.  TODO retry with
-              sudo sysctl vm.mmap_rnd_bits=32
-          on the host distro when we update to GCC 15.  -->
-     <para>The tsan tests are known to fail on some host distros.</para>
+     <!-- https://gcc.gnu.org/PR118885 -->
+     <para>The tests related to <filename>pr90579.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.