[lfs] 02/06: Merge remote-tracking branch 'origin/xry111/non-x86-efi' 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 ade824afdcf820bab3928a93a94cd2637d282a33
Merge: 99b991dee 976f98bbe
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Apr 5 18:12:49 2026 +0800

    Merge remote-tracking branch 'origin/xry111/non-x86-efi' into xry111/loongarch

 appendices/dependencies.xml      |   2 +-
 chapter01/changelog.xml          |  72 +++++++++++
 chapter01/whatsnew.xml           |  26 ++--
 chapter02/creatingfilesystem.xml |  21 ++-
 chapter02/creatingpartition.xml  |  93 ++++++++++----
 chapter03/patches.xml            |   3 +-
 chapter05/gcc-pass1.xml          |   2 +-
 chapter06/gcc-pass2.xml          |   2 +-
 chapter08/gcc.xml                |   4 +
 chapter08/glibc.xml              |  10 +-
 chapter08/groff.xml              |   2 +
 chapter08/grub.xml               |  78 ++++--------
 chapter08/inetutils.xml          |   7 +-
 chapter08/python.xml             |  17 ++-
 chapter08/vim.xml                |   4 +-
 chapter08/xml-parser.xml         |  29 +++++
 chapter10/grub.xml               | 269 +++++++++++++++++++++------------------
 chapter10/kernel.xml             |  11 +-
 chapter10/kernel/uefi.toml       |  12 ++
 chapter10/kernel/uefi.xml        |  22 ++++
 packages.ent                     |  82 ++++++------
 patches.ent                      |   6 +-
 22 files changed, 491 insertions(+), 283 deletions(-)

diff --cc chapter05/gcc-pass1.xml
index 4746f296c,8da5617ed..e9be9f54e
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@@ -64,14 -59,18 +64,14 @@@
  mv -v mpfr-&mpfr-version; mpfr
  tar -xf ../gmp-&gmp-version;.tar.xz
  mv -v gmp-&gmp-version; gmp
- tar -xf ../mpc-&mpc-version;.tar.gz
+ tar -xf ../mpc-&mpc-version;.tar.xz
  mv -v mpc-&mpc-version; mpc</userinput></screen>
  
 -    <para>On x86_64 hosts, set the default directory name for
 +    <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>
  
      <note>
        <para>
diff --cc chapter06/gcc-pass2.xml
index 07fe50eca,89b2bc33e..28a2a7dbe
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@@ -55,14 -50,18 +55,14 @@@
  mv -v mpfr-&mpfr-version; mpfr
  tar -xf ../gmp-&gmp-version;.tar.xz
  mv -v gmp-&gmp-version; gmp
- tar -xf ../mpc-&mpc-version;.tar.gz
+ tar -xf ../mpc-&mpc-version;.tar.xz
  mv -v mpc-&mpc-version; mpc</userinput></screen>
  
 -    <para>If you are building on x86_64, change the default directory name for
 +    <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>Override the build rules of the libgcc and libstdc++ headers to
      allow building these libraries with POSIX threads support:</para>
diff --cc chapter08/gcc.xml
index 32156f65d,ae35f6f2b..9449118ce
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@@ -201,6 -200,14 +201,10 @@@ su tester -c "PATH=$PATH make -k check"
      url="&test-results;"/> and
      <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
  
 -    <!-- https://gcc.gnu.org/PR118885 -->
 -    <para>Four tests related to <filename>pr90579.c</filename> are known
 -    to fail.</para>
 -
+     <!-- https://gcc.gnu.org/PR124682 -->
+     <para>Eight tests related to <filename>builtin-math-6.c</filename> are
+     known to fail.</para>
+ 
      <para>Five tests related to <filename>analyzer/strchr-1.c</filename> are known
      to fail.</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.