From 1802203acabc1bab7f11697437e6a65f3553bb00 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Nov 2017 18:06:38 +0100 Subject: sys-devel/lld: Remove obsolete PTHREAD_LIB hack Upstream now correctly propagates pthread libraries via LLVM_PTHREAD_LIB in LLVMConfig.cmake, so the hack is no longer necessary. --- sys-devel/lld/lld-5.0.0.ebuild | 2 -- sys-devel/lld/lld-5.0.9999.ebuild | 2 -- sys-devel/lld/lld-9999.ebuild | 2 -- 3 files changed, 6 deletions(-) (limited to 'sys-devel/lld') diff --git a/sys-devel/lld/lld-5.0.0.ebuild b/sys-devel/lld/lld-5.0.0.ebuild index dabb7f02f743..87a3c859909b 100644 --- a/sys-devel/lld/lld-5.0.0.ebuild +++ b/sys-devel/lld/lld-5.0.0.ebuild @@ -51,8 +51,6 @@ src_configure() { -DBUILD_SHARED_LIBS=ON -DLLVM_INCLUDE_TESTS=$(usex test) - # TODO: fix detecting pthread upstream in stand-alone build - -DPTHREAD_LIB='-lpthread' ) use test && mycmakeargs+=( -DLLVM_BUILD_TESTS=ON diff --git a/sys-devel/lld/lld-5.0.9999.ebuild b/sys-devel/lld/lld-5.0.9999.ebuild index 6c2601f5d423..c47d7243527e 100644 --- a/sys-devel/lld/lld-5.0.9999.ebuild +++ b/sys-devel/lld/lld-5.0.9999.ebuild @@ -58,8 +58,6 @@ src_configure() { -DBUILD_SHARED_LIBS=ON -DLLVM_INCLUDE_TESTS=$(usex test) - # TODO: fix detecting pthread upstream in stand-alone build - -DPTHREAD_LIB='-lpthread' ) use test && mycmakeargs+=( -DLLVM_BUILD_TESTS=ON diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index a8e3f4f39dc9..a7b5d23282c8 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-9999.ebuild @@ -57,8 +57,6 @@ src_configure() { -DBUILD_SHARED_LIBS=ON -DLLVM_INCLUDE_TESTS=$(usex test) - # TODO: fix detecting pthread upstream in stand-alone build - -DPTHREAD_LIB='-lpthread' ) use test && mycmakeargs+=( -DLLVM_BUILD_TESTS=ON -- cgit v1.2.3-18-g5258