From: Sam James <sam@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: Sam James <sam@gentoo.org>
Subject: [gentoo-dev] [PATCH 0/5] Handle LTO with static libraries
Date: Fri, 2 May 2025 21:13:41 +0100 [thread overview]
Message-ID: <cover.1746216820.git.sam@gentoo.org> (raw)
See the commit message for dot-a.eclass for the details. More packages
will need to be ported (libpcre2, Qt, ...) later.
Sam James (5):
dot-a.eclass: new eclass for handling LTO in static archives
sys-libs/zlib: use dot-a.eclass for LTO
dev-libs/glib: use dot-a.eclass for LTO
dev-util/sysprof-capture: use dot-a.eclass for LTO
sys-devel/flex: use dot-a.eclass for LTO
dev-libs/glib/glib-2.78.6.ebuild | 7 +
dev-libs/glib/glib-2.80.5-r1.ebuild | 7 +
dev-libs/glib/glib-2.82.5.ebuild | 7 +
dev-libs/glib/glib-2.84.0.ebuild | 7 +
dev-libs/glib/glib-2.84.1.ebuild | 9 +-
.../sysprof-capture-3.48.0.ebuild | 14 +-
.../sysprof-capture-46.0.ebuild | 12 +-
.../sysprof-capture-47.2.ebuild | 12 +-
eclass/dot-a.eclass | 124 +++++++
eclass/tests/dot-a.sh | 314 ++++++++++++++++++
sys-devel/flex/flex-2.6.4-r6.ebuild | 7 +-
sys-libs/zlib/zlib-1.3.1-r1.ebuild | 11 +-
12 files changed, 521 insertions(+), 10 deletions(-)
create mode 100644 eclass/dot-a.eclass
create mode 100755 eclass/tests/dot-a.sh
--
2.49.0
next reply other threads:[~2025-05-02 20:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-02 20:13 Sam James [this message]
2025-05-02 20:13 ` [gentoo-dev] [PATCH 1/5] dot-a.eclass: new eclass for handling LTO in static archives Sam James
2025-05-03 4:27 ` Michał Górny
2025-05-03 6:22 ` Sam James
2025-05-03 6:44 ` Sam James
2025-05-03 7:18 ` Sam James
2025-05-02 20:13 ` [gentoo-dev] [PATCH 2/5] sys-libs/zlib: use dot-a.eclass for LTO Sam James
2025-05-02 20:13 ` [gentoo-dev] [PATCH 3/5] dev-libs/glib: " Sam James
2025-05-02 20:13 ` [gentoo-dev] [PATCH 4/5] dev-util/sysprof-capture: " Sam James
2025-05-02 20:13 ` [gentoo-dev] [PATCH 5/5] sys-devel/flex: " Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1746216820.git.sam@gentoo.org \
--to=sam@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox