pkgsrc-WIP-changes archive

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

coreclr-git: Switch buildlink3.mk to stable LLVM toolchain



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

Modified Files:
	coreclr-git/buildlink3.mk

Log Message:
coreclr-git: Switch buildlink3.mk 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=f277304ef0f98393f5f80840970fe27372970922

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

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

diffs:
diff --git a/coreclr-git/buildlink3.mk b/coreclr-git/buildlink3.mk
index 7f2bd71..9f4c074 100644
--- a/coreclr-git/buildlink3.mk
+++ b/coreclr-git/buildlink3.mk
@@ -15,10 +15,10 @@ BUILDLINK_FILES.coreclr+=	CoreCLR/inc/*.h
 BUILDLINK_FILES.coreclr+=	CoreCLR/inc/*.def
 
 .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"
 .endif	# CORECLR_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-coreclr


Home | Main Index | Thread Index | Old Index