xref: /OK3568_Linux_fs/buildroot/package/gperf/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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