commit: 9c6cddabcbcaed5721a531b1c9f02070f447a532
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 02:09:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 02:09:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6cddab
toolchain.eclass: fix comment typo
Noticed by Arfrever.
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 f5230821cfde..414ea6e6cfce 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -806,7 +806,7 @@ make_gcc_hard() {
gcc_hard_flags+=" -DDEF_GENTOO_SCP"
fi
if _tc_use_if_iuse default-znow ; then
- # The define DEF_GENTOO_NZOW is checked in
23_all_DEF_GENTOO_ZNOW-z-now.patch
+ # The define DEF_GENTOO_ZNOW is checked in
23_all_DEF_GENTOO_ZNOW-z-now.patch
einfo "Updating gcc to request symbol resolution at
start (-z now) ..."
gcc_hard_flags+=" -DDEF_GENTOO_ZNOW"
fi