528607d04c
Fixes http://autobuild.buildroot.net/results/08cc7fdf21f8e51b793c0cf7a51b3f190ea7668c/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
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++ requires a toolchain with C++ support enabled"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|