diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:12:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:13 +0100 |
commit | c614d9691e23ef798e5f7ca78768803f9be57c53 (patch) | |
tree | c16b3ceeb65682e6489aabe2d31894e8f459f84f /eclass | |
parent | Move {sys-libs → llvm-runtimes}/libcxxabi (diff) | |
download | gentoo-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.eclass | 2 |
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. |