pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Switch Makefile to stable LLVM toolchain



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Apr 9 01:11:10 2016 +0200
Changeset:	ddaa2a006df6f4411ac7fdd0917f2bd9867011a8

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Switch Makefile to stable LLVM toolchain

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ddaa2a006df6f4411ac7fdd0917f2bd9867011a8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 4476cbd..3c3f597 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -63,10 +63,10 @@ do-test:
 		${CORECLR_OBJDIR} ${WRKSRC}/paltestout
 
 .include "../../textproc/icu/buildlink3.mk"
-.include "../../wip/llvm-git/buildlink3.mk"
-.include "../../wip/lldb-git/buildlink3.mk"
-.include "../../wip/clang-git/buildlink3.mk"
-.include "../../wip/libunwind-git/buildlink3.mk"
+.include "../../lang/llvm/buildlink3.mk"
+.include "../../devel/lldb/buildlink3.mk"
+.include "../../lang/clang/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"


Home | Main Index | Thread Index | Old Index