Source-Makefile: feeds/packages/utils/coremark/Makefile

Package: coremark
Version: 2020-12-17-5e0f662ce709f1af8d272bd8d3960034603d3850-1
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread 
Conflicts: 
Menu-Depends: 
Provides: 
Section: utils
Category: Utilities
Repository: base
Title: CoreMark Embedded Microprocessor Benchmark
Maintainer: Lim Guo Wei <limguowei@gmail.com>
Source: coremark-2020-12-17.tar.gz
License: Apache-2.0
LicenseFiles: LICENSE.md
Type: ipkg
Description:   Embedded Microprocessor Benchmark
https://github.com/eembc/coremark
Lim Guo Wei <limguowei@gmail.com>
@@
Config:
	config COREMARK_OPTIMIZE_O3
		bool "Use all optimizations (-O3)"
		depends on PACKAGE_coremark
		default y
		help
			This enables additional optmizations using the -O3 compilation flag.

	config COREMARK_ENABLE_MULTITHREADING
		bool "Enable multithreading support"
		depends on PACKAGE_coremark
		default n
		help
			This enables multithreading support

	config COREMARK_NUMBER_OF_THREADS
		int "Number of threads"
		depends on COREMARK_ENABLE_MULTITHREADING
		default 2
		help
			Number of threads to run in parallel
@@


