2009-11-11 03:51:02 +01:00
|
|
|
config BR2_PACKAGE_LMBENCH
|
|
|
|
bool "lmbench"
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
2012-11-04 08:34:12 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2013-10-02 07:50:54 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2009-11-11 03:51:02 +01:00
|
|
|
help
|
|
|
|
LMbench is a suite of simple, portable,
|
|
|
|
ANSI/C microbenchmarks for UNIX/POSIX.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/lmbench/
|
2013-09-13 12:41:20 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "lmbench needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|