diff options
author | Sam James <sam@gentoo.org> | 2024-08-12 02:18:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-12 02:19:32 +0100 |
commit | eb9d324cb45589e287e6cce64f3110acccf1e47c (patch) | |
tree | 6593d6de561cc16432579b5f4c8a8616719c43dd /eclass | |
parent | toolchain.eclass: drop filter-flags from src_test (diff) | |
download | gentoo-eb9d324cb45589e287e6cce64f3110acccf1e47c.tar.gz gentoo-eb9d324cb45589e287e6cce64f3110acccf1e47c.tar.bz2 gentoo-eb9d324cb45589e287e6cce64f3110acccf1e47c.zip |
toolchain.eclass: add TODO re flags for building deps in src_test
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
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} \ |