diff options
author | Sam James <sam@gentoo.org> | 2022-06-07 00:23:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 00:23:38 +0100 |
commit | 3fcddffea5dc98626bdd53c4e088cf4c12de57cc (patch) | |
tree | 672f770931f1046b7986edf7ea5760f2a4a5c39c /eclass | |
parent | toolchain.eclass: enhance src_test (print summary) (diff) | |
download | gentoo-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.eclass | 2 |
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} |