You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
338 B
12 lines
338 B
config BR2_PACKAGE_DACAPO
|
|
bool "dacapo"
|
|
depends on BR2_PACKAGE_OPENJDK
|
|
help
|
|
The DaCapo benchmark suite is intended as a tool for Java
|
|
benchmarking by the programming language, memory
|
|
management and computer architecture communities.
|
|
|
|
http://dacapobench.org/
|
|
|
|
comment "dacapo needs OpenJDK"
|
|
depends on !BR2_PACKAGE_OPENJDK
|
|
|