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/lld/
Date: Thu, 16 Nov 2017 12:33:50
Message-Id: 1510835620.1802203acabc1bab7f11697437e6a65f3553bb00.mgorny@gentoo
1 commit: 1802203acabc1bab7f11697437e6a65f3553bb00
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 15 17:06:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 12:33:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1802203a
7
8 sys-devel/lld: Remove obsolete PTHREAD_LIB hack
9
10 Upstream now correctly propagates pthread libraries via LLVM_PTHREAD_LIB
11 in LLVMConfig.cmake, so the hack is no longer necessary.
12
13 sys-devel/lld/lld-5.0.0.ebuild | 2 --
14 sys-devel/lld/lld-5.0.9999.ebuild | 2 --
15 sys-devel/lld/lld-9999.ebuild | 2 --
16 3 files changed, 6 deletions(-)
17
18 diff --git a/sys-devel/lld/lld-5.0.0.ebuild b/sys-devel/lld/lld-5.0.0.ebuild
19 index dabb7f02f74..87a3c859909 100644
20 --- a/sys-devel/lld/lld-5.0.0.ebuild
21 +++ b/sys-devel/lld/lld-5.0.0.ebuild
22 @@ -51,8 +51,6 @@ src_configure() {
23 -DBUILD_SHARED_LIBS=ON
24
25 -DLLVM_INCLUDE_TESTS=$(usex test)
26 - # TODO: fix detecting pthread upstream in stand-alone build
27 - -DPTHREAD_LIB='-lpthread'
28 )
29 use test && mycmakeargs+=(
30 -DLLVM_BUILD_TESTS=ON
31
32 diff --git a/sys-devel/lld/lld-5.0.9999.ebuild b/sys-devel/lld/lld-5.0.9999.ebuild
33 index 6c2601f5d42..c47d7243527 100644
34 --- a/sys-devel/lld/lld-5.0.9999.ebuild
35 +++ b/sys-devel/lld/lld-5.0.9999.ebuild
36 @@ -58,8 +58,6 @@ src_configure() {
37 -DBUILD_SHARED_LIBS=ON
38
39 -DLLVM_INCLUDE_TESTS=$(usex test)
40 - # TODO: fix detecting pthread upstream in stand-alone build
41 - -DPTHREAD_LIB='-lpthread'
42 )
43 use test && mycmakeargs+=(
44 -DLLVM_BUILD_TESTS=ON
45
46 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
47 index a8e3f4f39dc..a7b5d23282c 100644
48 --- a/sys-devel/lld/lld-9999.ebuild
49 +++ b/sys-devel/lld/lld-9999.ebuild
50 @@ -57,8 +57,6 @@ src_configure() {
51 -DBUILD_SHARED_LIBS=ON
52
53 -DLLVM_INCLUDE_TESTS=$(usex test)
54 - # TODO: fix detecting pthread upstream in stand-alone build
55 - -DPTHREAD_LIB='-lpthread'
56 )
57 use test && mycmakeargs+=(
58 -DLLVM_BUILD_TESTS=ON