Ignore:
Timestamp:
09/05/2023 10:19:55 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
5f36bcea
Parents:
1ec60f1d
git-author:
Xi Ruoyao <xry111@…> (09/05/2023 10:04:21 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/05/2023 10:19:55 AM)
Message:

chapter08: Move pkgconf before binutils

It allows binutils to link to zstd, so binutils will have
zstd-compressed debug section support (the compression is not enabled
by default but can be enabled via LDFLAGS etc. if wanted).

We also need to add libzstd.so.&zstd-version; into online_usrlib to
prevent a crash in stripping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    r1ec60f1d rb1b9182  
    9595               libreadline.so.&readline-soversion;
    9696               libz.so.&zlib-version;
     97               libzstd.so.&zstd-version;
    9798               $(cd /usr/lib; find libnss*.so* -type f)"
    9899
Note: See TracChangeset for help on using the changeset viewer.