summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:12:10 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:13 +0100
commitc614d9691e23ef798e5f7ca78768803f9be57c53 (patch)
treec16b3ceeb65682e6489aabe2d31894e8f459f84f /eclass
parentMove {sys-libs → llvm-runtimes}/libcxxabi (diff)
downloadgentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.tar.gz
gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.tar.bz2
gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.zip
Move {sys-libs → llvm-runtimes}/libcxx
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-funcs.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index 972c4ece7f5f..cf4008da91b3 100644
--- a/eclass/toolchain-funcs.eclass
+++ b/eclass/toolchain-funcs.eclass
@@ -1242,7 +1242,7 @@ gen_usr_ldscript() {
# If the library is identified, the function returns 0 and prints one
# of the following:
#
-# - ``libc++`` for ``sys-libs/libcxx``
+# - ``libc++`` for ``llvm-runtimes/libcxx``
# - ``libstdc++`` for ``sys-devel/gcc``'s libstdc++
#
# If the library is not recognized, the function returns 1.