[lfs] 01/01: Merge branch 'trunk' into multilib

"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 multilib
in repository lfs.

commit 61b88572f0e6304076d2eeafc4e40ba594cf11b6
Merge: c9f5877c4 526e677ca
Author: Zeckmathederg <[email protected]>
AuthorDate: Sat Feb 14 14:24:32 2026 -0700

    Merge branch 'trunk' into multilib

 Makefile                |   4 +-
 chapter01/changelog.xml |  38 ++++++++++++
 chapter01/whatsnew.xml  |   4 +-
 chapter06/m4.xml        |   5 --
 chapter08/binutils.xml  |   4 --
 chapter08/coreutils.xml |   8 +--
 chapter08/gcc.xml       |   7 +++
 chapter08/inetutils.xml |   2 +
 chapter08/m4.xml        |   5 --
 chapter08/procps.xml    |   3 +-
 chapter08/stripping.xml |   2 +-
 chapter08/vim.xml       |   3 +-
 packages.ent            | 152 ++++++++++++++++++++++++------------------------
 13 files changed, 135 insertions(+), 102 deletions(-)

diff --cc chapter08/stripping.xml
index ec212edf0,a6bc6276d..97116e644
--- a/chapter08/stripping.xml
+++ b/chapter08/stripping.xml
@@@ -90,30 -91,10 +90,30 @@@ for LIB in $save_usrlib; d
      objcopy --add-gnu-debuglink=$LIB.dbg /tmp/$LIB
      install -vm755 /tmp/$LIB /usr/lib
      rm /tmp/$LIB
 -done
 +done</userinput>
 +<userinput arch="ml_32,ml_all">
 +cd /usr/lib32
 +for LIB in $save_usrlib; do
 +    objcopy --only-keep-debug $LIB $LIB.dbg
 +    cp $LIB /tmp/$LIB
 +    strip --strip-unneeded /tmp/$LIB
 +    objcopy --add-gnu-debuglink=$LIB.dbg /tmp/$LIB
 +    install -vm755 /tmp/$LIB /usr/lib32
 +    rm /tmp/$LIB
 +done</userinput>
 +<userinput arch="ml_x32,ml_all">
 +cd /usr/libx32
 +for LIB in $save_usrlib; do
 +    objcopy --only-keep-debug $LIB $LIB.dbg
 +    cp $LIB /tmp/$LIB
 +    strip --strip-unneeded /tmp/$LIB
 +    objcopy --add-gnu-debuglink=$LIB.dbg /tmp/$LIB
 +    install -vm755 /tmp/$LIB /usr/libx32
 +    rm /tmp/$LIB
 +done</userinput><userinput>
  
  online_usrbin="bash find strip"
- online_usrlib="libbfd-&binutils-version;.so
+ online_usrlib="libbfd-&binutils-version;.20260210.so
                 libsframe.so.&libsframe-version;
                 libhistory.so.&readline-soversion;
                 libncursesw.so.&ncurses-base-version;
diff --cc packages.ent
index 8d144614b,ecb4e4c0a..460544094
--- a/packages.ent
+++ b/packages.ent
@@@ -428,13 -418,9 +428,13 @@@
  <!ENTITY libxcrypt-url "&github;/besser82/libxcrypt/releases/download/v&libxcrypt-version;/libxcrypt-&libxcrypt-version;.tar.xz">
  <!ENTITY libxcrypt-md5 "25e888919ddcd153a07daa95224fa436">
  <!ENTITY libxcrypt-home "&github;/besser82/libxcrypt/">
- <!ENTITY libxcrypt-fin-du "12 MB">
+ <!ENTITY libxcrypt-fin-du "14 MB">
  <!ENTITY libxcrypt-fin-sbu "0.1 SBU">
  
 +<!--
 +  The linux-base + patch variant will constantly cause
 +  merge conflicts here.
 +-->
  <!ENTITY linux-major-version "6">
  <!ENTITY linux-minor-version "18">
  <!ENTITY linux-majmin-version "&linux-major-version;.&linux-minor-version;">

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