commit: 173a936ba3b86bb4c4b6201fd5b4f75e08f6b9fa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 07:08:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 07:08:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173a936b
toolchain.eclass: cleanup one more bit of build-jit cruft
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index c09a7da14354..0acb2cb365b7 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -3170,7 +3170,7 @@ 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
+ for dir in "${WORKDIR}"/build ; do
if [[ -e "${dir}" ]] ; then
pushd "${WORKDIR}" >/dev/null
(echo '' | $(tc-getCC ${CTARGET}) ${CFLAGS} -v -E -
2>&1) > "${dir}"/gccinfo.log