commit: 5ba1230cf8dad63a56381b7f48b3f27737813383 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 15 09:21:25 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 15 09:21:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba1230c
toolchain.eclass: drop explicit --enable-libada passing This breaks freestanding targets like arm-none-eabi. Closes: https://bugs.gentoo.org/970098 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index d09705afd165..97b57411d9a1 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1779,10 +1779,6 @@ toolchain_src_configure() { fi fi - if in_iuse ada ; then - confgcc+=( $(use_enable ada libada) ) - fi - if in_iuse cet ; then # Usage: triple_arch triple_env cet_name enable_cet_for() {
