Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/
Date: Thu, 10 Jun 2021 20:20:03
Message-Id: 1623356390.d10cdcf53d0f254880621200ec882af96c59914e.mgorny@gentoo
1 commit: d10cdcf53d0f254880621200ec882af96c59914e
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat Mar 6 09:23:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 20:19:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10cdcf5
7
8 profiles: enable abi_x86_32 clang-runtime & deps
9
10 Enables compatability with -unwindlib=libunwind
11 sys-devel/clang[default-compiler-rt] requires these for multilib builds
12
13 Package-Manager: Portage-3.0.16, Repoman-3.0.2
14 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 profiles/arch/amd64/package.use | 10 +++++++++-
18 1 file changed, 9 insertions(+), 1 deletion(-)
19
20 diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
21 index a8ec3b16bc0..22973911001 100644
22 --- a/profiles/arch/amd64/package.use
23 +++ b/profiles/arch/amd64/package.use
24 @@ -1,6 +1,14 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 +# Theo Anderson <telans@××××××.de> (2021-03-06)
30 +# Enable 32-bit clang runtime to ease -m32 builds with non-GCC runtime
31 +sys-devel/clang-runtime abi_x86_32
32 +sys-libs/libcxxabi abi_x86_32
33 +sys-libs/libcxx abi_x86_32
34 +sys-libs/libomp abi_x86_32
35 +sys-libs/llvm-libunwind abi_x86_32
36 +
37 # Mike Gilbert <floppym@g.o> (2016-11-17)
38 # Enable both efi and pc by default.
39 # bug #600110