diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-19 19:36:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-19 23:21:43 +0100 |
commit | fa1e0d996777be7805a6550fea7e14da59f7d6db (patch) | |
tree | 1490464529e03837f8885332be7c67c48c1f4c27 /dev-util/lldb | |
parent | sys-devel/llvm: Fix implicit dependency on app-arch/libxar (diff) | |
download | gentoo-fa1e0d996777be7805a6550fea7e14da59f7d6db.tar.gz gentoo-fa1e0d996777be7805a6550fea7e14da59f7d6db.tar.bz2 gentoo-fa1e0d996777be7805a6550fea7e14da59f7d6db.zip |
dev-util/lldb: Remove obsolete LLDB_TEST_COMPILER option
Diffstat (limited to 'dev-util/lldb')
-rw-r--r-- | dev-util/lldb/lldb-6.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-util/lldb/lldb-9999.ebuild | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/dev-util/lldb/lldb-6.0.9999.ebuild b/dev-util/lldb/lldb-6.0.9999.ebuild index 002f1571b638..0eed0f615c43 100644 --- a/dev-util/lldb/lldb-6.0.9999.ebuild +++ b/dev-util/lldb/lldb-6.0.9999.ebuild @@ -75,8 +75,6 @@ src_configure() { # compilers for lit tests -DLLDB_TEST_C_COMPILER="$(type -P clang)" -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)" - # compiler for ole' python tests - -DLLDB_TEST_COMPILER="$(type -P clang)" # TODO: fix upstream to detect this properly -DHAVE_LIBDL=ON diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 594c205692d7..ac9fc4b1211f 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -74,8 +74,6 @@ src_configure() { # compilers for lit tests -DLLDB_TEST_C_COMPILER="$(type -P clang)" -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)" - # compiler for ole' python tests - -DLLDB_TEST_COMPILER="$(type -P clang)" # TODO: fix upstream to detect this properly -DHAVE_LIBDL=ON |