mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
toolchain.eclass: fix typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user