mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
profiles: mask llvm-runtimes/libatomic-stub except on musl+llvm
As we already do for llvm-runtimes/libgcc. Bug: https://bugs.gentoo.org/964019 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-05)
|
||||
# A libatomic drop-in replacement, which conflicts with sys-devel/gcc,
|
||||
# therefore meant only for profiles which can work without GCC being
|
||||
# present even as a fallback.
|
||||
llvm-runtimes/libatomic-stub
|
||||
|
||||
# Michal Rostecki <vadorovsky@protonmail.com> (2025-02-10)
|
||||
# A libgcc_s drop-in replacement, which conflicts with sys-devel/gcc,
|
||||
# therefore meant only for profiles which can work without GCC being
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-05)
|
||||
# A libatomic drop-in replacement, which conflicts with sys-devel/gcc,
|
||||
# therefore meant only for profiles which can work without GCC being
|
||||
# present even as a fallback. Since glibc can't be built with clang,
|
||||
# it's possible only on musl/llvm profiles. If that ever changes, we
|
||||
# can move this unmask to all llvm profiles.
|
||||
-llvm-runtimes/libatomic-stub
|
||||
|
||||
# Michal Rostecki <vadorovsky@protonmail.com> (2025-02-09)
|
||||
# A libgcc_s drop-in replacement, which conflicts with sys-devel/gcc,
|
||||
# therefore meant only for profiles which can work without GCC being
|
||||
|
||||
Reference in New Issue
Block a user