From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BABE158066 for ; Wed, 1 May 2024 00:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 327EFE29C3; Wed, 1 May 2024 00:27:32 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 130ADE29C3 for ; Wed, 1 May 2024 00:27:32 +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 EB9533430A6 for ; Wed, 1 May 2024 00:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B44B16C0 for ; Wed, 1 May 2024 00:27:29 +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: <1714523181.8724e2f4b41d72d2442c1efd3b340bf9879971a0.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: 8724e2f4b41d72d2442c1efd3b340bf9879971a0 X-VCS-Branch: master Date: Wed, 1 May 2024 00:27:29 +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: 24ca7df5-64e1-4b37-8c0d-0f5f64add4d9 X-Archives-Hash: 39afcc30f7fbc2c1885ca55d50c21645 commit: 8724e2f4b41d72d2442c1efd3b340bf9879971a0 Author: Sam James gentoo org> AuthorDate: Tue Apr 30 03:18:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 1 00:26:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8724e2f4 toolchain.eclass: add TODO for JIT Suggested by Arsen. Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 645e18ff27ca..9887bc40c8d9 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1893,6 +1893,7 @@ gcc_do_make() { #---->> src_test <<---- +# TODO: add JIT testing toolchain_src_test() { # GCC's testsuite is a special case. #