summaryrefslogtreecommitdiffstats
path: root/rules/cross-llvm.in
blob: de400e9096b3e6a0a0aa3946536259348fa8fe2e (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
menuconfig CROSS_LLVM
	tristate
	select HOST_CMAKE
	select HOST_NINJA
	select HOST_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_LICENSE
	string
	prompt "LLVM license"

config CROSS_LLVM_LICENSE_FILES
	string
	prompt "LLVM license files"

endif