summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-07 00:23:38 +0100
committerSam James <sam@gentoo.org>2022-06-07 00:23:38 +0100
commit3fcddffea5dc98626bdd53c4e088cf4c12de57cc (patch)
tree672f770931f1046b7986edf7ea5760f2a4a5c39c /eclass
parenttoolchain.eclass: enhance src_test (print summary) (diff)
downloadgentoo-3fcddffea5dc98626bdd53c4e088cf4c12de57cc.tar.gz
gentoo-3fcddffea5dc98626bdd53c4e088cf4c12de57cc.tar.bz2
gentoo-3fcddffea5dc98626bdd53c4e088cf4c12de57cc.zip
toolchain.eclass: fix indentation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 6fd79df3269f..24e5c8115444 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1765,7 +1765,7 @@ gcc_do_make() {
ewarn "Disabling bootstrapping. ONLY recommended for development."
ewarn "This is NOT a safe configuration for endusers!"
ewarn "This compiler may not be safe or reliable for production use!"
- elif _tc_use_if_iuse pgo; then
+ elif _tc_use_if_iuse pgo; then
GCC_MAKE_TARGET=${GCC_MAKE_TARGET-profiledbootstrap}
else
GCC_MAKE_TARGET=${GCC_MAKE_TARGET-bootstrap-lean}