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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 270C2158042 for ; Sat, 16 Nov 2024 10:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E19EE08C0; Sat, 16 Nov 2024 10:08:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12478E08C0 for ; Sat, 16 Nov 2024 10:08:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29FA8342FF1 for ; Sat, 16 Nov 2024 10:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B909A18DD for ; Sat, 16 Nov 2024 10:08:40 +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: <1731751669.84b3aab16ad1f18cfa0d8272945494d3edb2897b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/binutils-libs/binutils-libs-2.43-r2.ebuild sys-libs/binutils-libs/binutils-libs-2.43-r3.ebuild sys-libs/binutils-libs/binutils-libs-9999.ebuild X-VCS-Directories: sys-libs/binutils-libs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 84b3aab16ad1f18cfa0d8272945494d3edb2897b X-VCS-Branch: master Date: Sat, 16 Nov 2024 10:08:40 +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: 6cfbf7b0-37d9-456c-bdb8-5e7f81992dc2 X-Archives-Hash: 1a87351e99b1d2d91116998561fdb55d commit: 84b3aab16ad1f18cfa0d8272945494d3edb2897b Author: Sam James gentoo org> AuthorDate: Sat Nov 16 10:07:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 16 10:07:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b3aab1 sys-libs/binutils-libs: drop obsolete workaround See 3de872a3105ef25730fa4bfcdbdd96fc139b40c7. Bug: https://bugs.gentoo.org/914640 Signed-off-by: Sam James gentoo.org> sys-libs/binutils-libs/binutils-libs-2.43-r2.ebuild | 4 ---- sys-libs/binutils-libs/binutils-libs-2.43-r3.ebuild | 4 ---- sys-libs/binutils-libs/binutils-libs-9999.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/sys-libs/binutils-libs/binutils-libs-2.43-r2.ebuild b/sys-libs/binutils-libs/binutils-libs-2.43-r2.ebuild index 45528f13a587..bd0b6b20c161 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.43-r2.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.43-r2.ebuild @@ -85,10 +85,6 @@ multilib_src_configure() { filter-lto - # Workaround for lld-17 (bug #914640) - # Should be able to drop this w/ >=binutils-2.43 - append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - local myconf=( # portage's econf() does not detect presence of --d-d-t # because it greps only top-level ./configure. But not diff --git a/sys-libs/binutils-libs/binutils-libs-2.43-r3.ebuild b/sys-libs/binutils-libs/binutils-libs-2.43-r3.ebuild index 9fcc647b4161..fd43efffc994 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.43-r3.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.43-r3.ebuild @@ -85,10 +85,6 @@ multilib_src_configure() { filter-lto - # Workaround for lld-17 (bug #914640) - # Should be able to drop this w/ >=binutils-2.43 - append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - local myconf=( # portage's econf() does not detect presence of --d-d-t # because it greps only top-level ./configure. But not diff --git a/sys-libs/binutils-libs/binutils-libs-9999.ebuild b/sys-libs/binutils-libs/binutils-libs-9999.ebuild index dd6e1b4c7392..fa2530d553bd 100644 --- a/sys-libs/binutils-libs/binutils-libs-9999.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-9999.ebuild @@ -127,10 +127,6 @@ pkgversion() { multilib_src_configure() { filter-lto - # Workaround for lld-17 (bug #914640) - # Should be able to drop this w/ >=binutils-2.43 - append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - local myconf=( # portage's econf() does not detect presence of --d-d-t # because it greps only top-level ./configure. But not