commit: d10cdcf53d0f254880621200ec882af96c59914e Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Sat Mar 6 09:23:07 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 20:19:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10cdcf5
profiles: enable abi_x86_32 clang-runtime & deps Enables compatability with -unwindlib=libunwind sys-devel/clang[default-compiler-rt] requires these for multilib builds Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index a8ec3b16bc0..22973911001 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -1,6 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Theo Anderson <[email protected]> (2021-03-06) +# Enable 32-bit clang runtime to ease -m32 builds with non-GCC runtime +sys-devel/clang-runtime abi_x86_32 +sys-libs/libcxxabi abi_x86_32 +sys-libs/libcxx abi_x86_32 +sys-libs/libomp abi_x86_32 +sys-libs/llvm-libunwind abi_x86_32 + # Mike Gilbert <[email protected]> (2016-11-17) # Enable both efi and pc by default. # bug #600110
