|
@@ -1,8 +1,13 @@
|
|
config BR2_PACKAGE_COREMARK_PRO
|
|
config BR2_PACKAGE_COREMARK_PRO
|
|
bool "coremark-pro"
|
|
bool "coremark-pro"
|
|
depends on BR2_USE_MMU # perl uses fork()
|
|
depends on BR2_USE_MMU # perl uses fork()
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_PERL
|
|
select BR2_PACKAGE_PERL
|
|
help
|
|
help
|
|
CoreMark-PRO is a comprehensive, advanced processor benchmark.
|
|
CoreMark-PRO is a comprehensive, advanced processor benchmark.
|
|
|
|
|
|
https://www.eembc.org/coremark-pro/
|
|
https://www.eembc.org/coremark-pro/
|
|
|
|
+
|
|
|
|
+comment "coremark-pro needs a toolchain w/ threads"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|