commit: ae9fae23a1cb8b705dcf437c9d7249aee53c320e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 22:01:39 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 22:02:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9fae23
profiles: clang feature: more multilib madness Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/amd64/17.1/clang/package.use.force | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/default/linux/amd64/17.1/clang/package.use.force b/profiles/default/linux/amd64/17.1/clang/package.use.force index 188a54d7db3d..f01a7a3572a2 100644 --- a/profiles/default/linux/amd64/17.1/clang/package.use.force +++ b/profiles/default/linux/amd64/17.1/clang/package.use.force @@ -7,6 +7,7 @@ dev-libs/libxml2 abi_x86_32 abi_x86_64 sys-devel/clang abi_x86_32 abi_x86_64 sys-devel/clang-runtime abi_x86_32 abi_x86_64 sys-devel/llvm abi_x86_32 abi_x86_64 +sys-libs/compiler-rt abi_x86_32 abi_x86_64 sys-libs/libcxxabi abi_x86_32 abi_x86_64 sys-libs/libcxx abi_x86_32 abi_x86_64 sys-libs/libunwind abi_x86_32 abi_x86_64
