commit: 8ffbbeb7214c485f0605374dc147362f4661ed96 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 15:16:40 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 17:14:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffbbeb7
profiles: Copy default-* flags to sys-devel/clang-common Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/powerpc/package.use.mask | 1 + profiles/arch/powerpc/ppc32/package.use.mask | 1 + profiles/arch/sparc/package.use.mask | 1 + profiles/features/clang/package.use | 1 + 4 files changed, 4 insertions(+) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 269fd0a2d03b..38d07f73a157 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -205,6 +205,7 @@ app-portage/g-sorcery bson # Michał Górny <[email protected]> (2017-03-24) # libcxx fails to compile on ppc*, #595744. sys-devel/clang default-libcxx +sys-devel/clang-common default-libcxx sys-devel/clang-runtime libcxx # James Le Cuirot <[email protected]> (2016-12-14) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 389ffa139d63..9bb115926865 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -110,6 +110,7 @@ media-libs/gd avif heif # compiler-rt* has no support for ppc32 (yet?) # bug #708344 sys-devel/clang-runtime compiler-rt sanitize +sys-devel/clang-common default-compiler-rt sys-devel/clang default-compiler-rt # Florian Schmaus <[email protected]> (2020-12-03) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 4886580c1d6b..26e504e5b907 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -99,6 +99,7 @@ dev-cpp/eigen test # Sam James <[email protected]> (2021-04-27) # Deps not yet tested/keyworded. sys-devel/clang default-compiler-rt default-lld +sys-devel/clang-common default-compiler-rt default-lld sys-devel/clang-runtime compiler-rt sys-devel/llvm z3 diff --git a/profiles/features/clang/package.use b/profiles/features/clang/package.use index 4b720c60bf5b..267fafefe792 100644 --- a/profiles/features/clang/package.use +++ b/profiles/features/clang/package.use @@ -3,6 +3,7 @@ sys-devel/llvm -binutils-plugin # use all defaults sys-devel/clang default-compiler-rt default-lld default-libcxx llvm-libunwind +sys-devel/clang-common default-compiler-rt default-lld default-libcxx llvm-libunwind sys-libs/compiler-rt clang # disable sanitizers for now
