xref: /OK3568_Linux_fs/buildroot/package/dacapo/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DACAPO
2	bool "dacapo"
3	depends on BR2_PACKAGE_OPENJDK
4	help
5	  The DaCapo benchmark suite is intended as a tool for Java
6	  benchmarking by the programming language, memory
7	  management and computer architecture communities.
8
9	  http://dacapobench.org/
10
11comment "dacapo needs OpenJDK"
12	depends on !BR2_PACKAGE_OPENJDK
13