diff options
author | 2024-04-30 04:18:17 +0100 | |
---|---|---|
committer | 2024-05-01 01:26:21 +0100 | |
commit | 8724e2f4b41d72d2442c1efd3b340bf9879971a0 (patch) | |
tree | 41125cf0866c90a32430cc41c187cccc92abe12f /eclass | |
parent | toolchain.eclass: iterate over older slots if test manifest doesn't exist (diff) | |
download | gentoo-8724e2f4b41d72d2442c1efd3b340bf9879971a0.tar.gz gentoo-8724e2f4b41d72d2442c1efd3b340bf9879971a0.tar.bz2 gentoo-8724e2f4b41d72d2442c1efd3b340bf9879971a0.zip |
toolchain.eclass: add TODO for JIT
Suggested by Arsen.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
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. # |