From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4064E158176 for ; Sat, 11 Oct 2025 07:12:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 01F803417EA for ; Sat, 11 Oct 2025 07:12:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C2EC110374; Sat, 11 Oct 2025 07:12:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 17EF7110374 for ; Sat, 11 Oct 2025 07:12:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C07EF340E58 for ; Sat, 11 Oct 2025 07:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7DDA274C for ; Sat, 11 Oct 2025 07:12:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760166535.173a936ba3b86bb4c4b6201fd5b4f75e08f6b9fa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 173a936ba3b86bb4c4b6201fd5b4f75e08f6b9fa X-VCS-Branch: master Date: Sat, 11 Oct 2025 07:12:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39267eb5-df04-4725-ab21-d5f41048d69c X-Archives-Hash: 4213694bc1d800fd7c8a5bb7bdd5cd78 commit: 173a936ba3b86bb4c4b6201fd5b4f75e08f6b9fa Author: Sam James gentoo org> AuthorDate: Sat Oct 11 07:08:55 2025 +0000 Commit: Sam James gentoo 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 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