pkgsrc-WIP-changes archive

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

lldb-git: Limit for now to X86



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Nov 23 01:22:36 2015 +0100
Changeset:	57dacc7502e96c97d706f3a2d9e5296d2d66ccc2

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Limit for now to X86

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

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

diffstat:
 lldb-git/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 41ebabd..87eaded 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -188,6 +188,9 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
 CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
 
+# Try to optimize building LLVM for now.
+CMAKE_ARGS+=	-DLLVM_TARGETS_TO_BUILD="X86"
+
 CMAKE_ARG_PATH=	${WRKDIR}/llvm
 
 post-extract:


Home | Main Index | Thread Index | Old Index