diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:18:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:15 +0100 |
commit | 10298ffbe60e5cfcaf8927b8ab91416bee4a5231 (patch) | |
tree | f51aebee8bc6a6e2db06c3acfed82eaf868e9567 /net-libs/nodejs/nodejs-99999999.ebuild | |
parent | Move {sys-libs → llvm-runtimes}/compiler-rt-sanitizers (diff) | |
download | gentoo-10298ffbe60e5cfcaf8927b8ab91416bee4a5231.tar.gz gentoo-10298ffbe60e5cfcaf8927b8ab91416bee4a5231.tar.bz2 gentoo-10298ffbe60e5cfcaf8927b8ab91416bee4a5231.zip |
Move {sys-libs → llvm-runtimes}/compiler-rt
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/nodejs/nodejs-99999999.ebuild')
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index f0eda09aff2b..e1343e263acb 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -127,7 +127,7 @@ src_configure() { use arm64 && append-flags $(test-flags-CXX -mbranch-protection=none) # nodejs unconditionally links to libatomic #869992 # specifically it requires __atomic_is_lock_free which - # is not yet implemented by sys-libs/compiler-rt (see + # is not yet implemented by llvm-runtimes/compiler-rt (see # https://reviews.llvm.org/D85044?id=287068), therefore # we depend on gcc and force using libgcc as the support lib tc-is-clang && append-ldflags "--rtlib=libgcc --unwindlib=libgcc" |