sys-libs/newlib: use right strip for strip-lto-bytecode

I didn't notice this as I have binutils[multitarget]. Followup to
5c5c369c8d.

Closes: https://bugs.gentoo.org/959765
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-10 01:06:29 +01:00
parent be57bbeda8
commit 9e2eccf251
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ src_install() {
"${ED}/usr/${CTARGET}/include/newlib-nano/newlib.h" || die
fi
strip-lto-bytecode
CHOST=${CTARGET} strip-lto-bytecode
# minor hack to keep things clean
rm -rf "${D}"/usr/share/info || die

View File

@@ -173,7 +173,7 @@ src_install() {
"${ED}/usr/${CTARGET}/include/newlib-nano/newlib.h" || die
fi
strip-lto-bytecode
CHOST=${CTARGET} strip-lto-bytecode
# minor hack to keep things clean
rm -rf "${D}"/usr/share/info || die