Changeset 08f72423 for chapter01


Ignore:
Timestamp:
07/28/2021 10:46:22 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
46e4486
Parents:
79902f4
git-author:
Xi Ruoyao <xry111@…> (07/28/2021 09:00:25 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/28/2021 10:46:22 AM)
Message:

always use --strip-unneeded for stripping

The behavior of --strip-unneeded and --strip-all are same for
executables and shared libraries. For static libraries,
--strip-unneeded keeps the symbols needed for relocation processing so
it won't break static archives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r79902f4 r08f72423  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[xry111] - Always use --strip-unneeded for stripping.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
     56    <listitem>
     57      <para>2021-07-27</para>
     58      <itemizedlist>
     59        <listitem>
    5060          <para>[xry111] - Use workaround for Glibc NSS modules during
    5161          stripping, to prevent bash from crash.</para>
Note: See TracChangeset for help on using the changeset viewer.