2020-11-11 23:41:02 +01:00
|
|
|
config BR2_PACKAGE_COREMARK_PRO
|
|
|
|
bool "coremark-pro"
|
|
|
|
depends on BR2_USE_MMU # perl uses fork()
|
2021-01-11 10:13:53 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2020-11-11 23:41:02 +01:00
|
|
|
select BR2_PACKAGE_PERL
|
|
|
|
help
|
|
|
|
CoreMark-PRO is a comprehensive, advanced processor benchmark.
|
|
|
|
|
|
|
|
https://www.eembc.org/coremark-pro/
|
2021-01-11 10:13:53 +01:00
|
|
|
|
|
|
|
comment "coremark-pro needs a toolchain w/ threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|