projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595e20f
)
sys-libs/compiler-rt: Fix using external lit
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 Sep 2017 21:39:50 +0000
(23:39 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:36 +0000
(11:02 +0200)
sys-libs/compiler-rt/compiler-rt-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 4d0626314c2a5b049e6d6db02b41f069730941ed..933e80678711b9b3970a23a72c73ac7c3a2117f5 100644
(file)
--- a/
sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/
sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@
-81,7
+81,7
@@
src_configure() {
if use test; then
mycmakeargs+=(
- -DL
IT_COMMAND
="${EPREFIX}/usr/bin/lit"
+ -DL
LVM_EXTERNAL_LIT
="${EPREFIX}/usr/bin/lit"
-DCOMPILER_RT_TEST_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang"
-DCOMPILER_RT_TEST_CXX_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang++"