1config BR2_PACKAGE_GPERF
2	bool "gperf"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  A 'perfect hash function' generator
6
7	  http://www.gnu.org/software/gperf/
8
9comment "gperf needs a toolchain w/ C++"
10	depends on !BR2_INSTALL_LIBSTDCPP
11