pkgsrc-WIP-changes archive

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

llilc-git: Switch to Clang as only target by upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 7 23:34:10 2016 +0200
Changeset:	a75e0a1af75538c141a2756e2ae11d7f63eedd7f

Modified Files:
	llilc-git/Makefile

Log Message:
llilc-git: Switch to Clang as only target by upstream

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

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

diffstat:
 llilc-git/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/llilc-git/Makefile b/llilc-git/Makefile
index dafdf6c..9c15b6d 100644
--- a/llilc-git/Makefile
+++ b/llilc-git/Makefile
@@ -21,15 +21,14 @@ CMAKE_ARG_PATH=	${WRKSRC}
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
-# LLVM requirements
-GCC_REQD+=              4.8
 PYTHON_FOR_BUILD_ONLY=  yes
 
 BUILDLINK_TRANSFORM+=        rm:-Werror
 
+# DOTNET targets only LLVM
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+=    -DCMAKE_CXX_COMPILER=g++
+CMAKE_ARGS+=	-DCMAKE_C_COMPILER=clang
+CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=clang++
 
 CHECK_PORTABILITY_SKIP= utils/buildit/build_llvm
 


Home | Main Index | Thread Index | Old Index