pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
corefx-git: Build CoreFX against devel LLVM
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue May 3 13:56:07 2016 +0200
Changeset: 83293ae4860be83eaa90371e2928062db7611bad
Modified Files:
corefx-git/Makefile
Log Message:
corefx-git: Build CoreFX against devel LLVM
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83293ae4860be83eaa90371e2928062db7611bad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
corefx-git/Makefile | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diffs:
diff --git a/corefx-git/Makefile b/corefx-git/Makefile
index 7f1a6fc..9aa69a5 100644
--- a/corefx-git/Makefile
+++ b/corefx-git/Makefile
@@ -29,9 +29,16 @@ do-build:
.include "../../security/mit-krb5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-.include "../../lang/llvm/buildlink3.mk"
-.include "../../devel/lldb/buildlink3.mk"
-.include "../../lang/clang/buildlink3.mk"
+
+# Stable LLVM
+#.include "../../lang/llvm/buildlink3.mk"
+#.include "../../devel/lldb/buildlink3.mk"
+#.include "../../lang/clang/buildlink3.mk"
+# Devel LLVM
+.include "../../wip/llvm-git/buildlink3.mk"
+.include "../../wip/lldb-git/buildlink3.mk"
+.include "../../wip/clang-git/buildlink3.mk"
+
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index