summaryrefslogtreecommitdiffstats
path: root/rules/cross-ecj.in
blob: cafb03d33508da6107cf9a5b3f7396f9ad708cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# config for cross-ecj

menuconfig CROSS_ECJ
	bool
	prompt "ecj"
	depends on CROSS_GCC_LANG_JAVA
	bool

if CROSS_ECJ

config CROSS_ECJ_VERSION
	string
	prompt "ecj version"
	default "4.3"
	help
	  Specify the version of ecj here.

config CROSS_ECJ_MD5
	string
	prompt "ecj source md5sum"

endif