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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 645C715852A for ; Fri, 16 Aug 2024 00:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 778B6E29B8; Fri, 16 Aug 2024 00:39:19 +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 3D9E3E29B8 for ; Fri, 16 Aug 2024 00:39:19 +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 3E712343017 for ; Fri, 16 Aug 2024 00:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C8091EEE for ; Fri, 16 Aug 2024 00:39:16 +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: <1723768739.536102c0b42ff966ac4e37e19b0f60ad6e90ddec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bpf-toolchain/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild X-VCS-Directories: sys-devel/bpf-toolchain/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 536102c0b42ff966ac4e37e19b0f60ad6e90ddec X-VCS-Branch: master Date: Fri, 16 Aug 2024 00:39:16 +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: dd72ca14-23ec-4ce4-828a-2ab31a5e2ed6 X-Archives-Hash: 0bf933fffcd2c1658e82bcfd80cc2814 commit: 536102c0b42ff966ac4e37e19b0f60ad6e90ddec Author: Sam James gentoo org> AuthorDate: Fri Aug 16 00:37:48 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 16 00:38:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536102c0 sys-devel/bpf-toolchain: drop obsolete comment I copied this comment from mingw64-toolchain and was waiting for builds to finish on a few machines to see if it made any difference before updating the number and apparently it.. barely does? I'll come back to it another time in case I'm missing something though. Signed-off-by: Sam James gentoo.org> sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild b/sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild index ddd76d00070c..dfd388189afa 100644 --- a/sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild +++ b/sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild @@ -198,7 +198,7 @@ src_compile() { # and it can lead to .a mangling, notably with 32bit (breaks toolchain) dostrip -x ${bpftdir}/{${CTARGET}/lib{,32},lib/gcc/${CTARGET}} - # ... and instead do it here given this saves ~60MB + # TODO: Check if this is worth doing, it may not be if use strip; then einfo "Stripping ${CTARGET} static libraries ..." find "${sysroot}"/{,lib/gcc/}${CTARGET} -type f -name '*.a' \