commit: 43d1051d09d022eca13fab52387d475095718e2b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 07:18:04 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 07:18:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d1051d
toolchain.eclass: use profiledbootstrap-lean for USE=pgo
This isn't documented but it means the previous stages aren't kept
around once a stage is done.
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 5f3b300f3ea8..e50067e40c0f 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2280,7 +2280,7 @@ gcc_do_make() {
ewarn "This is NOT a safe configuration for end users!"
ewarn "This compiler may not be safe or reliable for
production use!"
elif _tc_use_if_iuse pgo; then
- GCC_MAKE_TARGET=${GCC_MAKE_TARGET-profiledbootstrap}
+
GCC_MAKE_TARGET=${GCC_MAKE_TARGET-profiledbootstrap-lean}
else
GCC_MAKE_TARGET=${GCC_MAKE_TARGET-bootstrap-lean}
fi