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: sys-devel/llvm/
Date: Fri, 11 Oct 2019 18:57:32
Message-Id: 1570820223.39648a88e4fca0e91be366c5b1891d9172da58c2.mgorny@gentoo
1 commit: 39648a88e4fca0e91be366c5b1891d9172da58c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 18:16:50 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 18:57:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39648a88
7
8 sys-devel/llvm: Update config.guess from gnuconfig in 10+
9
10 Closes: https://bugs.gentoo.org/697510
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-devel/llvm/llvm-10.0.0.9999.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
17 index bd137968658..77a6c842383 100644
18 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild
19 +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
20 @@ -59,6 +59,7 @@ DEPEND="${RDEPEND}
21 gold? ( sys-libs/binutils-libs )"
22 BDEPEND="
23 dev-lang/perl
24 + sys-devel/gnuconfig
25 || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5
26 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
27 )
28 @@ -186,6 +187,9 @@ src_prepare() {
29 # disable use of SDK on OSX, bug #568758
30 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die
31
32 + # Update config.guess to support more systems
33 + cp "${BROOT}/usr/share/gnuconfig/config.guess" cmake/ || die
34 +
35 # User patches + QA
36 cmake-utils_src_prepare