commit: 2505df97c43b2a78a62a0b7f1415ad441caeb2da
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 1 16:29:01 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 02:34:53 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2505df97
toolchain.eclass: Document _get_bootstrap_gcc_info as internal function
Acked-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/toolchain.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index f4d6130e3fe1..d09705afd165 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -900,6 +900,7 @@ setup_multilib_osdirnames() {
# @FUNCTION: _get_bootstrap_gcc_info
# @USAGE: [gcc_pkg|gcc_bin_base]...
+# @INTERNAL
# @DESCRIPTION:
# Get some information about the gcc that would be used to build this package.
# All the variables that are passed as arguments will be set to their
apropriate