commit: b11d38f11dc7ef3cdc2b71197678b5cded075062
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 20:44:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 20:44:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11d38f1
toolchain.eclass: fix typo in comment
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 2e9350f3f596..8254b60873f1 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1834,7 +1834,7 @@ toolchain_src_configure() {
fi
if [[ ${CTARGET} != *-darwin* ]] && tc_version_is_at_least 14.1 ; then
- # This allows passing -stdlib-=libc++ at runtime.
+ # This allows passing -stdlib=libc++ at runtime.
confgcc+=(
--with-gxx-libcxx-include-dir="${ESYSROOT}"/usr/include/c++/v1 )
fi