From b11d38f11dc7ef3cdc2b71197678b5cded075062 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 24 Apr 2025 21:44:07 +0100 Subject: [PATCH] toolchain.eclass: fix typo in comment Signed-off-by: Sam James --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2e9350f3f5962..8254b60873f1b 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