blob: 6dbd06df5801ac0b7c6bc28feccda83854a4aa77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_BONNIE
bool "bonnie++"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
help
Filesystem tester
http://www.coker.com.au/bonnie++/
comment "bonnie++ needs a toolchain w/ C++"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP
|