commit: eb9d324cb45589e287e6cce64f3110acccf1e47c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 12 01:18:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 12 01:19:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9d324c
toolchain.eclass: add TODO re flags for building deps in src_test Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 3cd3be676f9b..ac236f3127f9 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1969,6 +1969,9 @@ toolchain_src_test() { # # CFLAGS and so on are repeated here because of tests vs building test # deps like libbacktrace. + # + # TODO: Should we try pass in the regular user flags for the non-RUNTESTFLAGS + # instances below for building e.g. libbacktrace? nonfatal emake -C "${WORKDIR}"/build -k "${GCC_TESTS_CHECK_TARGET}" \ RUNTESTFLAGS=" \ ${GCC_TESTS_RUNTESTFLAGS} \