blob: 91b1e96b5acf941681400f12ed7c17bd83daefc3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | 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
 |