commit:     536102c0b42ff966ac4e37e19b0f60ad6e90ddec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 00:37:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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' \

Reply via email to