summaryrefslogtreecommitdiffstats
path: root/rules/cross-llvm.in
blob: 7ca3d7a83896c2f90a3c0186d23946fc8597bb8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
menuconfig CROSS_LLVM
	tristate
	select HOST_CMAKE
	select HOST_NINJA
	select HOST_SYSTEM_ZLIB
	select CROSS_GCC
	prompt "llvm                        "
	help
	  Low-Level Virtual Machine (LLVM)

if CROSS_LLVM

config CROSS_LLVM_VERSION
	string
	prompt "llvm version"
	help
	  Specify the version of llvm here.

config CROSS_LLVM_MD5
	string
	prompt "llvm source md5sum"

config CROSS_LLVM_CMAKE_MODULES_MD5
	string
	prompt "llvm cmake source md5sum"

config CROSS_LLVM_LICENSE
	string
	prompt "LLVM license"

config CROSS_LLVM_LICENSE_FILES
	string
	prompt "LLVM license files"

endif