Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 30 Nov 2022 02:15:18
Message-Id: 1669774174.9c6cddabcbcaed5721a531b1c9f02070f447a532.sam@gentoo
1 commit: 9c6cddabcbcaed5721a531b1c9f02070f447a532
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 02:09:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 02:09:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6cddab
7
8 toolchain.eclass: fix comment typo
9
10 Noticed by Arfrever.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/toolchain.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
18 index f5230821cfde..414ea6e6cfce 100644
19 --- a/eclass/toolchain.eclass
20 +++ b/eclass/toolchain.eclass
21 @@ -806,7 +806,7 @@ make_gcc_hard() {
22 gcc_hard_flags+=" -DDEF_GENTOO_SCP"
23 fi
24 if _tc_use_if_iuse default-znow ; then
25 - # The define DEF_GENTOO_NZOW is checked in 23_all_DEF_GENTOO_ZNOW-z-now.patch
26 + # The define DEF_GENTOO_ZNOW is checked in 23_all_DEF_GENTOO_ZNOW-z-now.patch
27 einfo "Updating gcc to request symbol resolution at start (-z now) ..."
28 gcc_hard_flags+=" -DDEF_GENTOO_ZNOW"
29 fi