commit: f73d399425c97f21f01096d5c4cb44d1b0e2f290
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 06:42:04 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 06:43:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73d3994
toolchain.eclass: fix TODO typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 205c0e5314db..f0a6caf56748 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1479,7 +1479,7 @@ toolchain_src_configure() {
confgcc+=(
# https://gcc.gnu.org/PR100289
- # TOOD: Find a way to disable this just for stage1
cross?
+ # TODO: Find a way to disable this just for stage1
cross?
--disable-gcov
--disable-bootstrap