summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-19 01:16:12 +0000
committerSam James <sam@gentoo.org>2025-01-19 01:16:12 +0000
commitd6788adfff00dacda8c3f1a19d806dad5ba80e89 (patch)
treefb3a25410e94dd99785669168d1cec79cb366fab /eclass
parentdev-php/pecl-yaz: Stabilize 1.2.4-r1 arm, #948380 (diff)
downloadgentoo-d6788adfff00dacda8c3f1a19d806dad5ba80e89.tar.gz
gentoo-d6788adfff00dacda8c3f1a19d806dad5ba80e89.tar.bz2
gentoo-d6788adfff00dacda8c3f1a19d806dad5ba80e89.zip
toolchain.eclass: add TODO for collecting differing bootstrap objects
Add a TODO for bootstrap comparison failures, where we should include the stage2 & stage3 differing objects to avoid having to ask reporters to manually collect... Bug: https://bugs.gentoo.org/904426 Bug: https://bugs.gentoo.org/920719 Bug: https://bugs.gentoo.org/932789 Bug: https://bugs.gentoo.org/947752 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index df5daeb6dfe4..a52fd268c8e8 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -3153,6 +3153,8 @@ XGCC() { get_make_var GCC_FOR_TARGET ; }
has toolchain_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS+=" toolchain_death_notice"
toolchain_death_notice() {
+ # TODO: For bootstrap comparison failures, include the stage2 & stage3
+ # differing objects to avoid having to ask reporters to manually collect...
local dir
for dir in "${WORKDIR}"/build-jit "${WORKDIR}"/build ; do
if [[ -e "${dir}" ]] ; then