mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user