mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
toolchain.eclass: stop deleting install-tools
Since da19e742f2d45221bec7a70c23903278c28e2664, we deleted anything in `install-tools`, but this includes `mkheaders` which is needed to refresh fixincludes. See https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html. Bug: https://bugs.gentoo.org/933282 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -2514,8 +2514,6 @@ toolchain_src_install() {
|
||||
pushd "${WORKDIR}"/build-jit > /dev/null || die
|
||||
S="${WORKDIR}"/build-jit emake DESTDIR="${D}" -j1 install
|
||||
|
||||
# Punt some tools which are really only useful while building gcc
|
||||
find "${ED}" -name install-tools -prune -type d -exec rm -rf "{}" \; || die
|
||||
# This one comes with binutils
|
||||
find "${ED}" -name libiberty.a -delete || die
|
||||
|
||||
@@ -2538,8 +2536,6 @@ toolchain_src_install() {
|
||||
# - https://gcc.gnu.org/PR109898
|
||||
S="${WORKDIR}"/build emake DESTDIR="${D}" -j1 install
|
||||
|
||||
# Punt some tools which are really only useful while building gcc
|
||||
find "${ED}" -name install-tools -prune -type d -exec rm -rf "{}" \; || die
|
||||
# This one comes with binutils
|
||||
find "${ED}" -name libiberty.a -delete || die
|
||||
|
||||
|
||||
Reference in New Issue
Block a user