diff options
author | Sam James <sam@gentoo.org> | 2024-08-16 01:37:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-16 01:38:59 +0100 |
commit | 536102c0b42ff966ac4e37e19b0f60ad6e90ddec (patch) | |
tree | a6e9cb37049520c2313c1383df044c4bf5f4ea99 /sys-devel/bpf-toolchain | |
parent | net-libs/webkit-gtk: Version bump to 2.44.3 (diff) | |
download | gentoo-536102c0b42ff966ac4e37e19b0f60ad6e90ddec.tar.gz gentoo-536102c0b42ff966ac4e37e19b0f60ad6e90ddec.tar.bz2 gentoo-536102c0b42ff966ac4e37e19b0f60ad6e90ddec.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel/bpf-toolchain')
-rw-r--r-- | sys-devel/bpf-toolchain/bpf-toolchain-14.2.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |