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 36E5815802E for ; Sat, 29 Jun 2024 16:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A14AE2A1B; Sat, 29 Jun 2024 16:35:10 +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 4D339E2A1B for ; Sat, 29 Jun 2024 16:35:10 +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 66FDE335C31 for ; Sat, 29 Jun 2024 16:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0521A1C93 for ; Sat, 29 Jun 2024 16:35:08 +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: <1719678896.3de872a3105ef25730fa4bfcdbdd96fc139b40c7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3de872a3105ef25730fa4bfcdbdd96fc139b40c7 X-VCS-Branch: master Date: Sat, 29 Jun 2024 16:35:08 +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: 8fe58ba5-9799-4c35-ac4d-48b3bfc1007a X-Archives-Hash: 73d7ec9cba8c17d3a7af501354ac99ce commit: 3de872a3105ef25730fa4bfcdbdd96fc139b40c7 Author: Sam James gentoo org> AuthorDate: Sat Jun 29 16:32:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 29 16:34:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de872a3 sys-devel/binutils: drop -Wl,--undefined-version passing This should be fixed upstream now. Bug: https://bugs.gentoo.org/914640 Signed-off-by: Sam James gentoo.org> sys-devel/binutils/binutils-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 6b3ec2c68fb7..ec36fb66e100 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -177,8 +177,6 @@ src_configure() { use cet && filter-flags -mindirect-branch -mindirect-branch=* use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152 - append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - local x echo for x in CATEGORY CBUILD CHOST CTARGET CFLAGS LDFLAGS ; do