From 9c6cddabcbcaed5721a531b1c9f02070f447a532 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 30 Nov 2022 02:09:34 +0000 Subject: toolchain.eclass: fix comment typo Noticed by Arfrever. Signed-off-by: Sam James --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/toolchain.eclass') 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 -- cgit v1.2.3-65-gdbad