diff options
author | 2023-07-19 23:55:52 +0100 | |
---|---|---|
committer | 2023-07-19 23:55:52 +0100 | |
commit | 048d82aa5a09327d0a9c0a09babefb7d07c5be29 (patch) | |
tree | ee8946fc61ca7a4da549e588310c0b8fb3ccfbe9 /dev-libs | |
parent | sys-devel/autoconf: Stabilize 2.69-r9 ppc64, #908641 (diff) | |
download | gentoo-048d82aa5a09327d0a9c0a09babefb7d07c5be29.tar.gz gentoo-048d82aa5a09327d0a9c0a09babefb7d07c5be29.tar.bz2 gentoo-048d82aa5a09327d0a9c0a09babefb7d07c5be29.zip |
dev-libs/elfutils: drop filter-lto
Thanks to mjw for pointing this out - elfutils uses symver attributes w/
>=0.186, not asm symvers, and we always have >= GCC 10, so yank the filter-lto.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.188.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.189-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.189-r2.ebuild | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/elfutils/elfutils-0.188.ebuild b/dev-libs/elfutils/elfutils-0.188.ebuild index 8f9a919b86fa..0618c072e846 100644 --- a/dev-libs/elfutils/elfutils-0.188.ebuild +++ b/dev-libs/elfutils/elfutils-0.188.ebuild @@ -73,10 +73,6 @@ src_configure() { # bug #407135 use test && append-flags -g - # Symbol aliases are implemented as asm statements. - # Will require porting: https://gcc.gnu.org/PR48200 - filter-lto - multilib-minimal_src_configure } diff --git a/dev-libs/elfutils/elfutils-0.189-r1.ebuild b/dev-libs/elfutils/elfutils-0.189-r1.ebuild index ee2fbcee57d8..0ab6d10eae85 100644 --- a/dev-libs/elfutils/elfutils-0.189-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r1.ebuild @@ -78,10 +78,6 @@ src_configure() { # bug #407135 use test && append-flags -g - # Symbol aliases are implemented as asm statements. - # Will require porting: https://gcc.gnu.org/PR48200 - filter-lto - multilib-minimal_src_configure } diff --git a/dev-libs/elfutils/elfutils-0.189-r2.ebuild b/dev-libs/elfutils/elfutils-0.189-r2.ebuild index 7f97ad2b3f1f..0dad996a8027 100644 --- a/dev-libs/elfutils/elfutils-0.189-r2.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r2.ebuild @@ -85,10 +85,6 @@ src_configure() { # bug #407135 use test && append-flags -g - # Symbol aliases are implemented as asm statements. - # Will require porting: https://gcc.gnu.org/PR48200 - filter-lto - multilib-minimal_src_configure } |