[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 7e1627e520c462ceaab0ad7c27c43463efb55d0e
Merge: bf076c48a f8e7537a1
Author: Xi Ruoyao <[email protected]>
AuthorDate: Fri Aug 1 11:04:43 2025 +0800

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

 chapter01/changelog.xml | 34 ++++++++++++++++++++++++++++++++--
 chapter01/whatsnew.xml  |  8 ++++----
 chapter06/gcc-pass2.xml |  4 ----
 chapter07/cleanup.xml   |  4 ++--
 chapter08/gcc.xml       |  4 ++++
 packages.ent            | 36 ++++++++++++++++++------------------
 6 files changed, 60 insertions(+), 30 deletions(-)

diff --cc chapter08/gcc.xml
index a8511dae9,9818feebc..401a5a901
--- 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 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>
  

-- 
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.