summaryrefslogtreecommitdiff
path: root/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/lld/lld-16.0.0_pre20221010.ebuild')
-rw-r--r--sys-devel/lld/lld-16.0.0_pre20221010.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-16.0.0_pre20221010.ebuild b/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
index ec16c4daaea0..7eaee12b2222 100644
--- a/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
+++ b/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
@@ -65,10 +65,8 @@ src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
-DLLVM_INCLUDE_TESTS=$(usex test)
- -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
)
use test && mycmakeargs+=(
- -DLLVM_BUILD_TESTS=ON
-DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
-DLLVM_LIT_ARGS="$(get_lit_flags)"
-DPython3_EXECUTABLE="${PYTHON}"