projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c770d13
)
sys-devel/llvm: remove CppBackend from 9999
author
Nick Sarnie
<commendsarnex@gmail.com>
Sat, 7 May 2016 01:26:06 +0000
(21:26 -0400)
committer
Nick Sarnie
<commendsarnex@gmail.com>
Sat, 7 May 2016 01:29:10 +0000
(21:29 -0400)
Removed from LLVM SVN in r268631
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
sys-devel/llvm/llvm-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/llvm/llvm-9999.ebuild
b/sys-devel/llvm/llvm-9999.ebuild
index 80eef1b40fe7913c4df8382e4ad794633506b3ad..0b8dddcc6f6333103a04c53fd151e832ea374a24 100644
(file)
--- a/
sys-devel/llvm/llvm-9999.ebuild
+++ b/
sys-devel/llvm/llvm-9999.ebuild
@@
-213,7
+213,7
@@
multilib_src_configure() {
if use multitarget; then
targets=all
else
- targets='host;BPF
;CppBackend
'
+ targets='host;BPF'
use video_cards_radeon && targets+=';AMDGPU'
fi