diff options
author | Sam James <sam@gentoo.org> | 2022-11-30 02:09:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-30 02:09:34 +0000 |
commit | 9c6cddabcbcaed5721a531b1c9f02070f447a532 (patch) | |
tree | 5c25809763be34fdb37e46434f79d02d16c65774 /eclass | |
parent | dev-libs/newt: add 0.52.23 (diff) | |
download | gentoo-9c6cddabcbcaed5721a531b1c9f02070f447a532.tar.gz gentoo-9c6cddabcbcaed5721a531b1c9f02070f447a532.tar.bz2 gentoo-9c6cddabcbcaed5721a531b1c9f02070f447a532.zip |
toolchain.eclass: fix comment typo
Noticed by Arfrever.
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 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 |