From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6673A15800A for ; Wed, 19 Jul 2023 22:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F7D9E0636; Wed, 19 Jul 2023 22:56:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70CC2E0636 for ; Wed, 19 Jul 2023 22:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FE83335C39 for ; Wed, 19 Jul 2023 22:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DCCBD0 for ; Wed, 19 Jul 2023 22:56:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689807352.048d82aa5a09327d0a9c0a09babefb7d07c5be29.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.188.ebuild dev-libs/elfutils/elfutils-0.189-r1.ebuild dev-libs/elfutils/elfutils-0.189-r2.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 048d82aa5a09327d0a9c0a09babefb7d07c5be29 X-VCS-Branch: master Date: Wed, 19 Jul 2023 22:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c7db603-233c-44b4-9b6c-58458173142d X-Archives-Hash: f32d026117d83c29a9830e45ebdec723 commit: 048d82aa5a09327d0a9c0a09babefb7d07c5be29 Author: Sam James gentoo org> AuthorDate: Wed Jul 19 22:55:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 19 22:55:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048d82aa 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 gentoo.org> dev-libs/elfutils/elfutils-0.188.ebuild | 4 ---- dev-libs/elfutils/elfutils-0.189-r1.ebuild | 4 ---- dev-libs/elfutils/elfutils-0.189-r2.ebuild | 4 ---- 3 files changed, 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 }