commit: db705a22f64d6246ebdfd501c399557d4ceee3a8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 13:20:28 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 13:20:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db705a22
profiles: Copy config-related flags masks to clang-runtime Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/mips/package.use.mask | 2 +- profiles/arch/powerpc/package.use.mask | 4 ++-- profiles/arch/powerpc/ppc32/package.use.mask | 2 +- profiles/arch/powerpc/ppc32/package.use.stable.mask | 1 + profiles/arch/sparc/package.use.mask | 2 +- profiles/features/llvm/package.use.force | 3 ++- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 6722b02d6ef9..877f13ac5057 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -54,7 +54,7 @@ gnome-base/gvfs google test # Michał Górny <[email protected]> (2024-09-08) # libcxx is broken on mips, https://bugs.gentoo.org/939297#c2 llvm-core/clang-common default-libcxx -llvm-core/clang-runtime libcxx +llvm-core/clang-runtime default-libcxx libcxx # Hans de Graaff <[email protected]> (2024-09-08) # Requires large parts of dev-ruby/rails to be keyworded diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 5c1746b3c084..72e1352de25c 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Yongxiang Liang <[email protected]> (2024-10-10) @@ -286,7 +286,7 @@ app-forensics/sleuthkit java # Michał Górny <[email protected]> (2017-03-24) # libcxx fails to compile on ppc*, #595744. llvm-core/clang-common default-libcxx -llvm-core/clang-runtime libcxx +llvm-core/clang-runtime default-libcxx libcxx # James Le Cuirot <[email protected]> (2016-12-14) # DOSBox + OpenGLide is untested on this arch. diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index d67f12ae175e..3410b476f68e 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -187,7 +187,7 @@ dev-lang/php avif # Sam James <[email protected]> (2021-02-28) # compiler-rt* has no support for ppc32 (yet?) # bug #708344 -llvm-core/clang-runtime compiler-rt sanitize +llvm-core/clang-runtime compiler-rt default-compiler-rt sanitize llvm-core/clang-common default-compiler-rt # Florian Schmaus <[email protected]> (2020-12-03) diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask b/profiles/arch/powerpc/ppc32/package.use.stable.mask index 0cb37eecca03..526c3e92c261 100644 --- a/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -39,6 +39,7 @@ dev-ruby/kramdown unicode # Sam James <[email protected]> (2022-11-19) # Deps not stable on ppc llvm-core/clang-common default-lld +llvm-core/clang-runtime default-lld llvm-core/llvm binutils-plugin z3 xar # Sam James <[email protected]> (2022-07-27) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index adec69335e67..403317b18af6 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -330,7 +330,7 @@ dev-cpp/eigen test # Sam James <[email protected]> (2021-04-27) # Deps not yet tested/keyworded. llvm-core/clang-common default-compiler-rt default-lld -llvm-core/clang-runtime compiler-rt +llvm-core/clang-runtime compiler-rt default-compiler-rt default-lld llvm-core/llvm z3 # Sam James <[email protected]> (2021-03-19) diff --git a/profiles/features/llvm/package.use.force b/profiles/features/llvm/package.use.force index a9959f2773fd..69e173188c3f 100644 --- a/profiles/features/llvm/package.use.force +++ b/profiles/features/llvm/package.use.force @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Ionen Wolkens <[email protected]> (2023-08-11) @@ -13,3 +13,4 @@ app-emulation/wine-vanilla mingw # profile settings expect it. # TODO: Make a profile without default-libcxx too? llvm-core/clang-common default-compiler-rt default-lld default-libcxx +llvm-core/clang-runtime default-compiler-rt default-lld default-libcxx
